1
0
Fork 0
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:
Alain Magloire 2002-08-30 04:56:52 +00:00
parent 8c9166d694
commit 9efcd6e712

View file

@ -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);
} }
} }