Skip to content

Commit de121c6

Browse files
committed
Remove useless console.log
1 parent 61830f2 commit de121c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_issue55.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ exports.test = function(sql, assert) {
1616
var dbCopy = new sql.Database(db.export());
1717
var newCount = dbCopy.prepare("SELECT COUNT(*) AS count FROM networklocation").getAsObject({}).count;
1818
assert.equal(newCount, count, "export and reimport copies all the data");
19-
console.log(origCount, count, newCount);
2019
};
2120

2221
if (module == require.main) {

0 commit comments

Comments
 (0)