ZP-765 Removed unused variable. Released under the Affero GNU General Public...

ZP-765 Removed unused variable. Released under the Affero GNU General Public License (AGPL) version 3.
parent 1df8ed15
...@@ -42,15 +42,9 @@ ...@@ -42,15 +42,9 @@
************************************************/ ************************************************/
class ZLog { class ZLog {
static private $devid = ''; //done
static private $user = ''; // done
static private $authUser = false;
static private $pidstr; //done
static private $wbxmlDebug = ''; static private $wbxmlDebug = '';
static private $lastLogs = array(); static private $lastLogs = array();
static private $userLog = false; static private $userLog = false;
static private $unAuthCache = array();
static private $syslogEnabled = false;
/** /**
* @var Log $logger * @var Log $logger
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment