Disable ModuleLoader debug logs because they get in the way

This commit is contained in:
Scott Erickson 2016-05-26 17:36:21 -07:00 committed by Matt Lott
parent e841334c86
commit de138c2581

View file

@ -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