Skip to content

Commit dc4bbd8

Browse files
committed
Remove one log line
1 parent 7d3b40e commit dc4bbd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/acl-check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function checkAccess (kb, doc, directory, aclDoc, agent, modesRequired, origin,
5353
}
5454

5555
function modesAllowed (kb, doc, directory, aclDoc, agent, origin, trustedOrigins) {
56-
log(`modesAllowed: checking access to ${doc} by ${agent} and origin ${origin}`)
5756
var auths
5857
if (!directory) { // Normal case, ACL for a file
5958
auths = kb.each(null, ACL('accessTo'), doc, aclDoc)

0 commit comments

Comments
 (0)