Skip to content

Commit

Permalink
remove debig log
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 20, 2024
1 parent 876614b commit aa12a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_long_sql_statement.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports.test = function (sql, assert) {
var many_a = "";
for (var i = 0; i < len; i++) many_a += 'a';

console.log('xxx');
var res = db.exec("select length('" + many_a + "') as len");
var expectedResult = [
{
Expand Down

0 comments on commit aa12a6e

Please sign in to comment.