diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:11:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:11:58 +0200 |
| commit | 5dece5cd3e1271b3af6efb5e0179a571ebdef4ef (patch) | |
| tree | aecde9fc264b04c70d42a1eb477e9929a6acda3f /app/client/common/select.component.js | |
| parent | c34ecb4aacb1d27913088ff2b4546f1504d8dd86 (diff) | |
actually importing stuff
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 3147dc4..b768336 100644 --- a/app/client/common/select.component.js +++ b/app/client/common/select.component.js @@ -18,7 +18,6 @@ class Select extends Component { let name, value if (typeof key === 'object' && key.length) { [name, value] = key - console.log(name, value) } else if (typeof key === 'string') { name = key.length < 4 ? key.toUpperCase() : key |
