Kaynağa Gözat

Remove the the logging code which is for testing.

Mark Crane 13 yıl önce
ebeveyn
işleme
dcd2dba35a
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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');