From b21c25a09f66c85ab54f3172ec6d8fb996edab83 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 3 Jan 2005 19:41:04 +0000 Subject: [PATCH] Removed debugging line. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1561 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/src/java/com/samskivert/util/Interval.java | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/Interval.java b/projects/samskivert/src/java/com/samskivert/util/Interval.java index 8f5e3b0b..d974adc0 100644 --- a/projects/samskivert/src/java/com/samskivert/util/Interval.java +++ b/projects/samskivert/src/java/com/samskivert/util/Interval.java @@ -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);