summaryrefslogtreecommitdiff
path: root/app/client/common
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-04 01:11:58 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-04 01:11:58 +0200
commit5dece5cd3e1271b3af6efb5e0179a571ebdef4ef (patch)
treeaecde9fc264b04c70d42a1eb477e9929a6acda3f /app/client/common
parentc34ecb4aacb1d27913088ff2b4546f1504d8dd86 (diff)
actually importing stuff
Diffstat (limited to 'app/client/common')
-rw-r--r--app/client/common/select.component.js1
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