mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Comment out debug print.
This commit is contained in:
parent
8c9166d694
commit
9efcd6e712
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
|
||||||
try {
|
try {
|
||||||
varMgr.update();
|
varMgr.update();
|
||||||
} catch (CDIException e) {
|
} catch (CDIException e) {
|
||||||
System.out.println(e);
|
//System.out.println(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue