Skip to content

Commit 989ba64

Browse files
committed
Don't dump raw results (sync with resultset2.js)
1 parent b90eeea commit 989ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resultset1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ oracledb.getConnection(
5252
doRelease(connection);
5353
return;
5454
}
55-
console.log(result);
55+
// console.log(result);
5656
fetchOneRowFromRS(connection, result.resultSet);
5757
});
5858
});

0 commit comments

Comments
 (0)