Remove accidental logging

This commit is contained in:
Matt Colyer
2013-10-18 15:19:51 -07:00
committed by Ben Ogle
parent 161a87b8e1
commit 1f86c62dc9

View File

@@ -67,7 +67,6 @@ class MenuManager
continue if binding.indexOf('-down') != -1
continue if binding.indexOf('tab') != -1
console.log binding if binding.indexOf('alt-meta') !=-1
filtered[key] ?= []
filtered[key].push(binding)
filtered