Skip to content

Commit 71a1b19

Browse files
committed
remove console message
1 parent a16b265 commit 71a1b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/expire.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ INSERT {email: i.email, username: i.username, dbName: i.dbName} INTO expiredtuto
2121
REMOVE { _key: i._key } IN tutorialInstances`;
2222

2323
function removeDatabase(dbName, key, username) {
24-
console.log(db._engineStats());
2524
users.remove(username);
2625
db._dropDatabase(dbName);
2726
expired.push(key);

0 commit comments

Comments
 (0)