Skip to content

Commit

Permalink
Remove warning from press.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Mar 8, 2010
1 parent 65e1226 commit 91dda1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommonJS/lib/cappuccino/objj-analysis-tools.j
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ ObjectiveJRuntimeAnalyzer.prototype.initializeGlobalRecorder = function()
});
}
else if (!currentFile) {
CPLog.warn("currentFile is null. WTF.")
// I don't know why this happens. It shouldn't.
// CPLog.debug("currentFile is null.");
}

before = after;
Expand Down

0 comments on commit 91dda1f

Please sign in to comment.