mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
removed console.log
This commit is contained in:
parent
755a86e3d3
commit
68828b67bb
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue