diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:27:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:27:38 +0200 |
| commit | 524a1b72b1c3391650addc3291459d55ea3c1c61 (patch) | |
| tree | 6be5eaf000ca06619c0a43b17e0f4016c3fade54 /app/client/common | |
| parent | 588431b988b138047aa4d7343c23d22d99285631 (diff) | |
fix module
Diffstat (limited to 'app/client/common')
| -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}> |
