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:
parent
3a8a2930b6
commit
588df97ab6
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ public class CModelManager implements IResourceChangeListener {
|
||||||
registerCModelDelta(delta);
|
registerCModelDelta(delta);
|
||||||
} else if (type == ICElement.C_BINARY) {
|
} else if (type == ICElement.C_BINARY) {
|
||||||
if (! ((IBinary)celement).isObject()) {
|
if (! ((IBinary)celement).isObject()) {
|
||||||
System.out.println("RELEASE Binary " + celement.getElementName());
|
//System.out.println("RELEASE Binary " + celement.getElementName());
|
||||||
CProject cproj = (CProject)celement.getCProject();
|
CProject cproj = (CProject)celement.getCProject();
|
||||||
BinaryContainer container = (BinaryContainer)cproj.getBinaryContainer();
|
BinaryContainer container = (BinaryContainer)cproj.getBinaryContainer();
|
||||||
container.removeChild(celement);
|
container.removeChild(celement);
|
||||||
|
|
Loading…
Add table
Reference in a new issue