Turned off logging by default, removed unecessary logs, and fixed bug where turning of logs broke the build.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-01-31 23:59:58 -08:00
parent 97ef1d1781
commit cd98bce331
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ Executable.prototype.loadFileDependencies = function()
}
CPLog("DEPENDENCY: Ended");
#end
#endif
for (var executablePath in foundExecutablePaths)
if (hasOwnProperty.apply(foundExecutablePaths, [executablePath]))