2003/09/24 07:33:32
[org.ibex.core.git] / src / org / xwt / Message.java
index 8162f0c..c8d60cc 100644 (file)
@@ -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");
                 }