From af3272eb51baf115bd40a7f0ae15709a0712bb7b Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 28 Nov 2014 15:04:51 +1300 Subject: Removed unused variable --- core/Log.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core/Log.php') 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) { -- cgit v1.2.3