Skip to content

Commit d65df9a

Browse files
authored
Merge pull request #14 from pdsinterop/base-url
remove debugging
2 parents 275d4bc + 3f98fda commit d65df9a

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)