mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +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 {
|
||||
varMgr.update();
|
||||
} catch (CDIException e) {
|
||||
System.out.println(e);
|
||||
//System.out.println(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue