From 2964db93a0efb9ef6e78c14807b7a72679f35fce Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 11 Oct 2012 01:02:20 +0000 Subject: [PATCH] Remove the the logging code which is for testing. --- includes/header.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/header.php b/includes/header.php index 071ff0c9cb..5f61e854d5 100644 --- a/includes/header.php +++ b/includes/header.php @@ -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');