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:
parent
552b75eb26
commit
8668f1dd8b
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue