1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

improve build ouptut console streaming

This commit is contained in:
David Inglis 2004-07-14 02:10:35 +00:00
parent 6144b2233d
commit 0001f82e86

View file

@ -149,7 +149,6 @@ public class BuildConsolePartitioner
return;
}
fLastStream = entry.getStream();
System.out.println(entry.getText().length());
try {
warnOfContentChange(fLastStream);
if (fLastStream == null) {