Эх сурвалжийг харах

Remove the the logging code which is for testing.

Mark Crane 13 жил өмнө
parent
commit
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');