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
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-15 04:27:18 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-15 04:27:18 +0300
commit0f66752301a75a9d4c266ff1c515d906dea866d9 (patch)
treee5478912fb6a718c0247fb02cf1941413507d09f /core/Log.php
parenteeb630517bb821f7c1aca6d3a620890c6aab0549 (diff)
Removed a now useless comment
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Log.php b/core/Log.php
index d449f1be5a..e6c6d22579 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -161,9 +161,6 @@ class Log extends Singleton
/**
* Logs a message using the ERROR log level.
*
- * _Note: Messages logged with the ERROR level are always logged to the screen in addition
- * to configured writers._
- *
* @param string $message The log message. This can be a sprintf format string.
* @param ... mixed Optional sprintf params.
* @api