No stack trace

master
Bradlee Speice 2020-10-02 22:01:00 -04:00
parent 91cc4ac60f
commit 63be359aed
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ public class Polyglot {
Method m = c.getDeclaredMethod("loadLibrary", String.class, String[].class);
m.invoke(null, "polyglot", null);
} catch (Exception e) {
e.printStackTrace();
}
}