summaryrefslogtreecommitdiff
path: root/app/client/common/select.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/common/select.component.js')
-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