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-11-28 05:04:51 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-28 05:04:51 +0300
commitaf3272eb51baf115bd40a7f0ae15709a0712bb7b (patch)
treec32eb1bebe99bb1e09fe5fcc56d3e1c6b145c60f /core/Log.php
parentf2b4a2027a2d66363db7cd49de7cbcc660d121f6 (diff)
Removed unused variable
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/Log.php b/core/Log.php
index 5b1d41c20a..fe70f56b52 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -164,13 +164,6 @@ class Log extends Singleton
*/
private $logToFilePath;
- /**
- * True if we're currently setup to log to a screen, false if otherwise.
- *
- * @var bool
- */
- private $loggingToScreen;
-
public static function getInstance()
{
if (self::$instance === null) {