Skip to content

Commit

Permalink
Spaf removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Robinson committed May 10, 2012
1 parent adcb474 commit 8ffbd89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/org/puredata/core/NativeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ static void loadLibrary(String library, String osNameCheck)

/** Load the library named. */
static void loadLibrary(String library) {
System.out.println("Loading "+library);
try {
System.loadLibrary(library);
} catch (UnsatisfiedLinkError error) {
Expand Down

0 comments on commit 8ffbd89

Please sign in to comment.