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:
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index db3961923d..4e505f7b63 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -365,7 +365,6 @@ class Log extends Singleton
$this->currentLogLevel = $logLevel;
}
-
public function getLogLevel()
{
return $this->currentLogLevel;