mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
remove debug msg.
This commit is contained in:
parent
20c624e0b8
commit
ac51404d4c
1 changed files with 0 additions and 3 deletions
|
@ -169,8 +169,6 @@ module.exports = class CocoView extends Backbone.View
|
|||
@loadProgress.progress = progress if progress > @loadProgress.progress
|
||||
@updateProgressBar()
|
||||
|
||||
console.debug 'gintau', 'updateProgress', num, denom
|
||||
|
||||
if num is denom
|
||||
@onLoaded()
|
||||
|
||||
|
@ -179,7 +177,6 @@ module.exports = class CocoView extends Backbone.View
|
|||
@$el.find('.loading-screen .progress-bar').css('width', prog)
|
||||
|
||||
onLoaded: ->
|
||||
console.debug 'gintau', 'CocoView-Render()', @
|
||||
@render()
|
||||
|
||||
# Error handling for loading
|
||||
|
|
Loading…
Add table
Reference in a new issue