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

comment out System.out.println()

This commit is contained in:
Alain Magloire 2004-03-05 03:26:34 +00:00
parent 3a8a2930b6
commit 588df97ab6

View file

@ -316,7 +316,7 @@ public class CModelManager implements IResourceChangeListener {
registerCModelDelta(delta);
} else if (type == ICElement.C_BINARY) {
if (! ((IBinary)celement).isObject()) {
System.out.println("RELEASE Binary " + celement.getElementName());
//System.out.println("RELEASE Binary " + celement.getElementName());
CProject cproj = (CProject)celement.getCProject();
BinaryContainer container = (BinaryContainer)cproj.getBinaryContainer();
container.removeChild(celement);