Skip to content

Commit 6762d73

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

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
@@ -616,7 +616,6 @@ class ParseLiveQueryServer {
616616
return false;
617617
}
618618
const roleNames = await auth.getUserRoles();
619-
console.log({ roleNames, token });
620619
// Finally, see if any of the user's roles allow them read access
621620
for (const role of roleNames) {
622621
// We use getReadAccess as `role` is in the form `role:roleName`

0 commit comments

Comments
 (0)