We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 275d4bc + 3f98fda commit d65df9aCopy full SHA for d65df9a
1 file changed
src/WAC.php
@@ -391,7 +391,7 @@ private function getPublicGrants($resourcePath) {
391
392
$graph = new \EasyRdf_Graph();
393
394
- error_log("PARSE ACL from $aclPath with base " . $this->getAclBase($aclPath));
+ // error_log("PARSE ACL from $aclPath with base " . $this->getAclBase($aclPath));
395
$graph->parse($acl, Format::TURTLE, $this->getAclBase($aclPath));
396
397
$grants = array();
0 commit comments