removed console.log

This commit is contained in:
Dominik Kundel 2014-08-15 02:04:46 +02:00
parent 755a86e3d3
commit 68828b67bb

View file

@ -130,10 +130,8 @@ module.exports = class SpellView extends CocoView
# Maybe we could temporarily set ourselves to read-only if we somehow know that a script is active?
exec: =>
if @scriptRunning
console.log '>>>> BOOM <<<<'
Backbone.Mediator.publish 'level:shift-space-pressed'
else
console.log '>>>> BAEM <<<<'
@ace.insert ' '
addCommand