[Swift-commit] r3408 - branches/woz-01/src/org/griphyn/vdl/karajan/lib
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Jun 22 17:55:15 CDT 2010
Author: wozniak
Date: 2010-06-22 17:55:15 -0500 (Tue, 22 Jun 2010)
New Revision: 3408
Modified:
branches/woz-01/src/org/griphyn/vdl/karajan/lib/Log.java
Log:
Undo temporary debugging output
Modified: branches/woz-01/src/org/griphyn/vdl/karajan/lib/Log.java
===================================================================
--- branches/woz-01/src/org/griphyn/vdl/karajan/lib/Log.java 2010-06-22 22:37:12 UTC (rev 3407)
+++ branches/woz-01/src/org/griphyn/vdl/karajan/lib/Log.java 2010-06-22 22:55:15 UTC (rev 3408)
@@ -70,12 +70,9 @@
cls = "unknown";
}
Level lvl = getLevel(TypeUtil.toString(LEVEL.getValue(stack)));
- System.out.println("lvl: " + lvl);
Logger logger = getLogger(cls);
- System.out.println("cls: " + cls);
if (logger.isEnabledFor(lvl)) {
Object smsg = MESSAGE.getValue(stack);
- System.out.println("message: " + smsg);
if (smsg != null) {
logger.log(lvl, smsg);
}
More information about the Swift-commit
mailing list