mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Disable ModuleLoader debug logs because they get in the way
This commit is contained in:
parent
e841334c86
commit
de138c2581
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ module.exports = ModuleLoader = class ModuleLoader extends CocoClass
|
|||
# a module and its dependencies have loaded!
|
||||
if @queue.progress is 1
|
||||
@recentPaths.sort()
|
||||
console.debug @recentPaths.join('\n')
|
||||
console.debug 'loaded', @recentPaths.length, 'files,', parseInt(@recentLoadedBytes/1024), 'KB'
|
||||
# console.debug @recentPaths.join('\n')
|
||||
# console.debug 'loaded', @recentPaths.length, 'files,', parseInt(@recentLoadedBytes/1024), 'KB'
|
||||
@trigger 'load-complete'
|
||||
|
||||
@trigger 'loaded', e.item
|
||||
|
|
Loading…
Reference in a new issue