We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16b265 commit 71a1b19Copy full SHA for 71a1b19
scripts/expire.js
@@ -21,7 +21,6 @@ INSERT {email: i.email, username: i.username, dbName: i.dbName} INTO expiredtuto
21
REMOVE { _key: i._key } IN tutorialInstances`;
22
23
function removeDatabase(dbName, key, username) {
24
- console.log(db._engineStats());
25
users.remove(username);
26
db._dropDatabase(dbName);
27
expired.push(key);
0 commit comments