diff --git a/phpBB/phpbb/console/command/config/set.php b/phpBB/phpbb/console/command/config/set.php index 51d3efad1e..9d471a96ad 100644 --- a/phpBB/phpbb/console/command/config/set.php +++ b/phpBB/phpbb/console/command/config/set.php @@ -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("Successfully set config $key");