diff options
Diffstat (limited to 'phpBB/phpbb/console/command/extension/purge.php')
-rw-r--r-- | phpBB/phpbb/console/command/extension/purge.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/extension/purge.php b/phpBB/phpbb/console/command/extension/purge.php index 234d32f302..0342d116f5 100644 --- a/phpBB/phpbb/console/command/extension/purge.php +++ b/phpBB/phpbb/console/command/extension/purge.php @@ -35,7 +35,6 @@ class purge extends command if ($this->manager->enabled($name)) { - $this->log->add('critical', ANONYMOUS, '', 'LOG_EXT_PURGE_ERROR', time(), array($name)); $output->writeln("<error>Could not purge extension $name</error>"); return 1; } |