1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

comment printStackTrace.

This commit is contained in:
Alain Magloire 2002-10-24 02:42:52 +00:00
parent d3a50b952a
commit e5540c5ea1

View file

@ -69,6 +69,7 @@ public class SessionProcess extends Process {
try {
session.postCommand(cmd);
} catch (MIException e) {
//e.printStackTrace();
throw new IOException(e.getMessage());
}
}