1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-09 08:00:28 +00:00

remove unnecessary log

This commit is contained in:
Dick Choi
2016-05-31 21:38:47 +09:00
parent d9096424c5
commit eeda6b0208
-1
View File
@@ -21,7 +21,6 @@ class TagSelect extends React.Component {
}
handleNewTagInputKeyDown (e) {
console.log(e.keyCode)
switch (e.keyCode) {
case 13:
this.submitTag()