Remove the the logging code which is for testing.
This commit is contained in:
parent
4a3e8efaef
commit
2964db93a0
|
|
@ -26,10 +26,6 @@
|
|||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
|
||||
require_once "includes/Logging.php";
|
||||
// Logging class initialization
|
||||
$log = new Logging();
|
||||
|
||||
// set path and name of log file (optional)
|
||||
$log->lfile('/tmp/mylog.txt');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue