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:
parent
5fa8b64ad6
commit
97edaeb59d
1 changed files with 0 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue