Removed debugging line.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1561 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2005-01-03 19:41:04 +00:00
parent cfb86a99e6
commit b21c25a09f
@@ -118,7 +118,6 @@ public abstract class Interval
// only expire the interval if the task is still valid
if (_task == task) {
try {
System.err.println("Expiring Interval");
expired();
} catch (Throwable t) {
Log.warning("Interval broken in expired(): " + t);