mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -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?
|
# Maybe we could temporarily set ourselves to read-only if we somehow know that a script is active?
|
||||||
exec: =>
|
exec: =>
|
||||||
if @scriptRunning
|
if @scriptRunning
|
||||||
console.log '>>>> BOOM <<<<'
|
|
||||||
Backbone.Mediator.publish 'level:shift-space-pressed'
|
Backbone.Mediator.publish 'level:shift-space-pressed'
|
||||||
else
|
else
|
||||||
console.log '>>>> BAEM <<<<'
|
|
||||||
@ace.insert ' '
|
@ace.insert ' '
|
||||||
|
|
||||||
addCommand
|
addCommand
|
||||||
|
|
Loading…
Reference in a new issue