mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, remove access log debugging code.
This commit is contained in:
parent
542cc5e154
commit
960fea160f
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ final class PhabricatorAccessLog {
|
|||
|
||||
// NOTE: Path may be null. We still create the log, it just won't write
|
||||
// anywhere.
|
||||
$path = null;
|
||||
|
||||
$log = new PhutilDeferredLog($path, $format);
|
||||
$log->setData(
|
||||
|
|
Loading…
Reference in a new issue