Delete noise.
authorNot Zed <notzed@gmail.com>
Mon, 27 Jan 2020 06:39:30 +0000 (17:09 +1030)
committerNot Zed <notzed@gmail.com>
Mon, 27 Jan 2020 06:39:30 +0000 (17:09 +1030)
src/notzed.zcl/classes/api/Callback.java

index e688f56..7e28435 100644 (file)
@@ -55,7 +55,6 @@ public class Callback<T> extends Native implements AutoCloseable {
                };
 
        private static void release(MemoryAddress p) {
-               System.err.printf("** release upcall stub %016x\n", Memory.toLong(p));
                freeUpcallStub(p);
        }