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:
authormattab <matthieu.aubry@gmail.com>2014-03-17 09:08:21 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-17 09:08:21 +0400
commit96e6b006a977e90182d6b6c8b82ae39ad5f7ae70 (patch)
tree8a6e1b6c2d271be2c801844eb732ff6f082efae3 /core/Log.php
parentc1f375e0309b9ff1de8508c53d94f25724560b02 (diff)
This was a hack actually
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 a15148e92c..b6f8230735 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -537,9 +537,6 @@ class Log extends Singleton
private static function logMessage($level, $message, $sprintfParams)
{
- if(!is_string($message)) {
- $message = var_export($message, true);
- }
self::getInstance()->doLog($level, $message, $sprintfParams);
}