mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[288687] Executor trace has some errant output
This commit is contained in:
parent
3b1dd88650
commit
1bfc07f36c
1 changed files with 0 additions and 2 deletions
|
@ -241,8 +241,6 @@ public class DefaultDsfExecutor extends ScheduledThreadPoolExecutor
|
||||||
traceBuilder.append("\n "); //$NON-NLS-1$
|
traceBuilder.append("\n "); //$NON-NLS-1$
|
||||||
traceBuilder.append(fSubmittedAt.fStackTraceElements[i].toString());
|
traceBuilder.append(fSubmittedAt.fStackTraceElements[i].toString());
|
||||||
}
|
}
|
||||||
traceBuilder.append(" at "); //$NON-NLS-1$
|
|
||||||
traceBuilder.append(fSubmittedAt.fStackTraceElements[0].toString());
|
|
||||||
|
|
||||||
// Finally write out to console
|
// Finally write out to console
|
||||||
DsfPlugin.debug(traceBuilder.toString());
|
DsfPlugin.debug(traceBuilder.toString());
|
||||||
|
|
Loading…
Add table
Reference in a new issue