Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-22 00:53:22 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-22 00:53:45 +0300
commitfed29a23b63e2f9a2945374df18b0ef367d981de (patch)
tree72277c67530fc825a297c6ff20e94a208119c23a /core
parent8be2d231a9db03adc2c0f714f844074d1f69f7c1 (diff)
Removed debug message
Diffstat (limited to 'core')
-rw-r--r--core/CliMulti/RequestCommand.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/CliMulti/RequestCommand.php b/core/CliMulti/RequestCommand.php
index 0ef051ecbc..1271c41cb3 100644
--- a/core/CliMulti/RequestCommand.php
+++ b/core/CliMulti/RequestCommand.php
@@ -34,8 +34,6 @@ class RequestCommand extends ConsoleCommand
{
$this->recreateContainerWithWebEnvironment();
- Log::info('test');
-
$this->initHostAndQueryString($input);
if ($this->isTestModeEnabled()) {