mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12039] Remove debug code
PHPBB3-12039
This commit is contained in:
@@ -45,7 +45,6 @@ class set extends command
|
||||
$value = $input->getArgument('value');
|
||||
$use_cache = !$input->getOption('dynamic');
|
||||
|
||||
var_dump($key, $value, $use_cache);
|
||||
$this->config->set($key, $value, $use_cache);
|
||||
|
||||
$output->writeln("<info>Successfully set config $key</info>");
|
||||
|
Reference in New Issue
Block a user