瀏覽代碼

Remove the the logging code which is for testing.

Mark Crane 13 年之前
父節點
當前提交
dcd2dba35a
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      includes/header.php

+ 0 - 4
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');