1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Comment out the feedback to .log

it worry the user way to much.
This commit is contained in:
Alain Magloire 2004-11-18 20:22:16 +00:00
parent 552b75eb26
commit 8668f1dd8b

View file

@ -85,9 +85,11 @@ public class PTY {
System.loadLibrary("pty"); //$NON-NLS-1$
hasPTY = true;
} catch (SecurityException e) {
CCorePlugin.log(e);
// Comment out it worries the users too much
//CCorePlugin.log(e);
} catch (UnsatisfiedLinkError e) {
CCorePlugin.log(e);
// Comment out it worries the users too much
//CCorePlugin.log(e);
}
}