From 86e629e5338b1b21d3908eb2c8a01fe84ac18159 Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@gmx.de> Date: Mon, 2 Dec 2013 13:26:49 +0100 Subject: [ticket/12039] Remove debug code PHPBB3-12039 --- phpBB/phpbb/console/command/config/set.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console') 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("<info>Successfully set config $key</info>"); -- cgit v1.2.1