mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Remove debug print.
This commit is contained in:
parent
b4deebb5c8
commit
ce2627c2d7
1 changed files with 1 additions and 2 deletions
|
@ -306,7 +306,7 @@ public class CModelManager implements IResourceChangeListener {
|
|||
container.removeChild(cfile);
|
||||
} else if (cfile.isBinary()) {
|
||||
if (! ((IBinary)celement).isObject()) {
|
||||
System.out.println("RELEASE Binary " + cfile.getElementName());
|
||||
//System.out.println("RELEASE Binary " + cfile.getElementName());
|
||||
CProject cproj = (CProject)cfile.getCProject();
|
||||
BinaryContainer container = (BinaryContainer)cproj.getBinaryContainer();
|
||||
container.removeChild(cfile);
|
||||
|
@ -490,7 +490,6 @@ System.out.println("RELEASE Binary " + cfile.getElementName());
|
|||
public void resourceChanged(IResourceChangeEvent event) {
|
||||
|
||||
if (event.getSource() instanceof IWorkspace) {
|
||||
//IResource resource = event.getResource();
|
||||
IResourceDelta delta = event.getDelta();
|
||||
switch(event.getType()){
|
||||
case IResourceChangeEvent.PRE_DELETE :
|
||||
|
|
Loading…
Add table
Reference in a new issue