1
0
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:
Joas Schilling
2013-12-02 13:26:49 +01:00
parent de727b80e2
commit 86e629e533

View File

@@ -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>");