X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FMessage.java;fp=src%2Forg%2Fxwt%2FMessage.java;h=c8d60cc4fba7c7b9e5d184aebaf5ce988ffbac21;hb=8235361e8601ae7b36ab707058de3b52225d15a2;hp=8162f0c8127b9853fb58ad8a5921e5874d28c3cc;hpb=3cbc9361884771b904074ba829cb457ea736e1bd;p=org.ibex.core.git diff --git a/src/org/xwt/Message.java b/src/org/xwt/Message.java index 8162f0c..c8d60cc 100644 --- a/src/org/xwt/Message.java +++ b/src/org/xwt/Message.java @@ -89,7 +89,6 @@ public interface Message { if (Log.on) Log.log(this, "caught throwable in Q.run(); this should never happen"); if (Log.on) Log.log(this, " currentlyPerforming == " + currentlyPerforming); if (Log.on) Log.log(this, " working == " + working); - // FIXME - this currently calls compiledfunction.toString which gives more info than we need if (Log.on) Log.log(this, t); if (Log.on) Log.log(this, "resuming Q loop"); }