mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
comment printStackTrace.
This commit is contained in:
parent
d3a50b952a
commit
e5540c5ea1
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class SessionProcess extends Process {
|
||||||
try {
|
try {
|
||||||
session.postCommand(cmd);
|
session.postCommand(cmd);
|
||||||
} catch (MIException e) {
|
} catch (MIException e) {
|
||||||
|
//e.printStackTrace();
|
||||||
throw new IOException(e.getMessage());
|
throw new IOException(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue