Skip to content

Commit eb7e79b

Browse files
dblythyMoumouls
andauthored
Update src/LiveQuery/ParseLiveQueryServer.js
Co-authored-by: Antoine Cormouls <[email protected]>
1 parent c1bbb06 commit eb7e79b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LiveQuery/ParseLiveQueryServer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ class ParseLiveQueryServer {
485485
const validTokens = await new Parse.Query(Parse.Session)
486486
.equalTo('user', Parse.User.createWithoutData(userId))
487487
.find({ useMasterKey: true });
488-
console.log('clearing', userId);
489488
await Promise.all(
490489
validTokens.map(async token => {
491490
const sessionToken = token.get('sessionToken');

0 commit comments

Comments
 (0)