We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d26d commit c73f8f5Copy full SHA for c73f8f5
1 file changed
test/java-callStaticMethod-test.js
@@ -300,7 +300,6 @@ exports['Java - Call Static Method'] = nodeunit.testCase({
300
301
obj = Test.staticMethodGetObjectSync();
302
test.notEqual(obj, null);
303
- console.log('zzzzzzzzzzzzzzzzzzzzzzzz', obj);
304
test.equal(obj(), 42);
305
306
test.done();
0 commit comments