Remove console.log as this breaks tests

This commit is contained in:
Jannis Moßhammer 2013-06-27 11:25:19 +02:00
parent 03d8627436
commit 79a4ee1804
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ define([
};
var loadModuleScript = function(name) {
console.log("Loading ", name);
moduleMgr.enableModule("modules/"+name+"/"+name, function(error) {
failedModules.push({
name: name,