1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

remove unnecessary log

This commit is contained in:
Dick Choi
2016-05-31 21:38:47 +09:00
parent d9096424c5
commit eeda6b0208

View File

@@ -21,7 +21,6 @@ class TagSelect extends React.Component {
} }
handleNewTagInputKeyDown (e) { handleNewTagInputKeyDown (e) {
console.log(e.keyCode)
switch (e.keyCode) { switch (e.keyCode) {
case 13: case 13:
this.submitTag() this.submitTag()