We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61830f2 commit de121c6Copy full SHA for de121c6
test/test_issue55.js
@@ -16,7 +16,6 @@ exports.test = function(sql, assert) {
16
var dbCopy = new sql.Database(db.export());
17
var newCount = dbCopy.prepare("SELECT COUNT(*) AS count FROM networklocation").getAsObject({}).count;
18
assert.equal(newCount, count, "export and reimport copies all the data");
19
- console.log(origCount, count, newCount);
20
};
21
22
if (module == require.main) {
0 commit comments