surpress stack

This commit is contained in:
Doug MacEachern 2006-12-05 07:20:12 +00:00
parent 45d95b1f74
commit 57b9747bfe
1 changed files with 1 additions and 1 deletions

View File

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