Skip to content

Commit 2078e16

Browse files
author
Eric Hoffman
committed
remove print
1 parent 05bd9ae commit 2078e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/shared_functions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export function evaluates(assert, code, session = new Database()) {
198198
var success = false
199199
var inserts = changes.result().insert
200200
for(let triple of inserts) {
201-
console.log("ko", triple[1], triple[2])
202201
if ((triple[1] === "tag") && (triple[2] === "success"))
203202
success = true;
204203
}

0 commit comments

Comments
 (0)