Skip to content

Commit 3f98fda

Browse files
committed
remove debugging
1 parent 01c41e1 commit 3f98fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WAC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ private function getPublicGrants($resourcePath) {
391391

392392
$graph = new \EasyRdf_Graph();
393393

394-
error_log("PARSE ACL from $aclPath with base " . $this->getAclBase($aclPath));
394+
// error_log("PARSE ACL from $aclPath with base " . $this->getAclBase($aclPath));
395395
$graph->parse($acl, Format::TURTLE, $this->getAclBase($aclPath));
396396

397397
$grants = array();

0 commit comments

Comments
 (0)