Skip to content

Commit c73f8f5

Browse files
committed
remove logging
1 parent 732d26d commit c73f8f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/java-callStaticMethod-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ exports['Java - Call Static Method'] = nodeunit.testCase({
300300

301301
obj = Test.staticMethodGetObjectSync();
302302
test.notEqual(obj, null);
303-
console.log('zzzzzzzzzzzzzzzzzzzzzzzz', obj);
304303
test.equal(obj(), 42);
305304

306305
test.done();

0 commit comments

Comments
 (0)