Skip to content

Commit 24abc38

Browse files
committed
remove error log messages
1 parent 31e8b95 commit 24abc38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WAC.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ private function getAclPath($path) {
246246
$filename = basename($path);
247247
$path = dirname($path);
248248

249-
error_log("REQUESTED PATH: $path");
250-
error_log("REQUESTED FILE: $filename");
249+
// error_log("REQUESTED PATH: $path");
250+
// error_log("REQUESTED FILE: $filename");
251251

252252
$aclOptions = array(
253253
$this->normalizePath($path.'/'.$filename.'.acl'),

0 commit comments

Comments
 (0)