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

Remove verbosity (System.out)

fixes for PR:149428
 PR74387
This commit is contained in:
Alain Magloire 2006-12-18 14:59:14 +00:00
parent 2cf9b4dfb1
commit 477addee94

View file

@ -118,7 +118,6 @@ public class BinaryRunner {
} finally {
monitor.done();
}
System.out.println("DONE " + cproject.getElementName()+ " :"+ status);
return status;
}
};