Removed debugging line.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1561 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user