Remove the the logging code which is for testing.

This commit is contained in:
Mark Crane 2012-10-11 01:02:20 +00:00
parent 4a3e8efaef
commit 2964db93a0
1 changed files with 0 additions and 4 deletions

View File

@ -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');