Skip to content

Commit bbcdc8d

Browse files
committed
fix lint issue
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent f7cdb0d commit bbcdc8d

File tree

1 file changed

+0
-1
lines changed
  • tests/js-native-api/test_function

1 file changed

+0
-1
lines changed

tests/js-native-api/test_function/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ function func1() {
1010
assert.strictEqual(test_function.TestCall(func1), 1);
1111

1212
function func2() {
13-
console.log("hello world!");
1413
return null;
1514
}
1615
assert.strictEqual(test_function.TestCall(func2), null);

0 commit comments

Comments
 (0)