1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Got rid of an erronous System.out.println().

This commit is contained in:
Pawel Piech 2006-09-28 21:40:28 +00:00
parent 5fa8b64ad6
commit 97edaeb59d

View file

@ -57,13 +57,6 @@ public class DefaultDsfExecutor extends ScheduledThreadPoolExecutor
return Thread.currentThread().equals( ((DsfThreadFactory)getThreadFactory()).fThread );
}
@Override
protected void beforeExecute(Thread t, Runnable r) {
System.out.println("");
}
@Override
protected void afterExecute(Runnable r, Throwable t) {
if (r instanceof Future) {