Skip to content

Commit

Permalink
remove console message
Browse files Browse the repository at this point in the history
  • Loading branch information
cw00dw0rd committed Feb 21, 2020
1 parent a16b265 commit 71a1b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/expire.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ INSERT {email: i.email, username: i.username, dbName: i.dbName} INTO expiredtuto
REMOVE { _key: i._key } IN tutorialInstances`;

function removeDatabase(dbName, key, username) {
console.log(db._engineStats());
users.remove(username);
db._dropDatabase(dbName);
expired.push(key);
Expand Down

0 comments on commit 71a1b19

Please sign in to comment.