Skip to content

Commit c5ed10b

Browse files
committed
Removed console.log from test
- this isn't needed and ruins the pretty test output otherwise
1 parent aec82c3 commit c5ed10b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/profile.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ describe('profiling', function() {
1414
if (sql.match(/^SELECT/)) {
1515
assert.ok(!select);
1616
assert.equal(sql, "SELECT * FROM foo");
17-
console.log('profile select');
1817
select = true;
1918
}
2019
else if (sql.match(/^CREATE/)) {

0 commit comments

Comments
 (0)