Skip to content

Commit 811613a

Browse files
committed
uncommenting
1 parent 28fed71 commit 811613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function hasRoles(req, clientRoles, all, allowOverride) {
162162
}
163163
}
164164
}
165-
console.log("Checking roles:", clientRoles, "all:", all, "allowOverride:", allowOverride, "isAdmin:", isAdmin, "isTeacher:", isTeacher, "studOvr:", a.vt == 0, "Client access:", clientAccess);
165+
//console.log("Checking roles:", clientRoles, "all:", all, "allowOverride:", allowOverride, "isAdmin:", isAdmin, "isTeacher:", isTeacher, "studOvr:", a.vt == 0, "Client access:", clientAccess);
166166
if (clientAccess === null) {
167167
clientAccess = false;
168168
}

0 commit comments

Comments
 (0)