diff options
Diffstat (limited to 'app/client/common/select.component.js')
| -rw-r--r-- | app/client/common/select.component.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/common/select.component.js b/app/client/common/select.component.js index fc69e87..3fc13c2 100644 --- a/app/client/common/select.component.js +++ b/app/client/common/select.component.js @@ -35,7 +35,6 @@ class Select extends Component { value = key.value || key.name } } - console.log(key, name, value) lastValue = value return ( <option value={value} key={i}> |
