Skip to content

Commit 96d4f82

Browse files
committed
1
1 parent c7cf56b commit 96d4f82

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

OpenFlow/src/DatabaseConnection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ export class DatabaseConnection {
513513
}
514514
var user: TokenUser = Crypt.verityToken(q.jwt);
515515
var exists = await this.query(query, { name: 1 }, 2, 0, null, q.collectionname, q.jwt);
516-
this._logger.debug("[" + user.username + "][" + q.collectionname + "] query gave " + arr.length + " results " + JSON.stringify(query));
517516
if (exists.length == 1) {
518517
q.item._id = exists[0]._id;
519518
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.287
1+
0.0.288

0 commit comments

Comments
 (0)