mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-19 02:08:38 +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
|
// NOTE: Path may be null. We still create the log, it just won't write
|
||||||
// anywhere.
|
// anywhere.
|
||||||
$path = null;
|
|
||||||
|
|
||||||
$log = new PhutilDeferredLog($path, $format);
|
$log = new PhutilDeferredLog($path, $format);
|
||||||
$log->setData(
|
$log->setData(
|
||||||
|
|
Loading…
Add table
Reference in a new issue