remove unnecessary logging
This commit is contained in:
parent
39903be69a
commit
4ea3d86121
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ date_default_timezone_set('UTC');
|
||||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||||
Logging::setLogPath('/var/log/airtime/zendphp.log');
|
Logging::setLogPath('/var/log/airtime/zendphp.log');
|
||||||
|
|
||||||
Logging::info(Application_Model_Preference::GetTimezone());
|
|
||||||
date_default_timezone_set(Application_Model_Preference::GetTimezone());
|
date_default_timezone_set(Application_Model_Preference::GetTimezone());
|
||||||
|
|
||||||
global $CC_CONFIG;
|
global $CC_CONFIG;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue