surpress stack

This commit is contained in:
Doug MacEachern 2006-12-05 07:20:12 +00:00
parent 45d95b1f74
commit 57b9747bfe

View File

@ -59,7 +59,7 @@ abstract class VMwareObject {
try { try {
System.load(libssl.getPath()); System.load(libssl.getPath());
} catch (UnsatisfiedLinkError e) { } catch (UnsatisfiedLinkError e) {
e.printStackTrace(); //e.printStackTrace();
return false; return false;
} }
} }