remove error_reporting(0) that has been causing all the pain with logs
[plewww.git] / modules / planetlab.module
index 00b9448..7e577c5 100644 (file)
@@ -7,7 +7,8 @@
   //
   // $Id$
   //
-error_reporting(0);
+
+//error_reporting(0);
 
 require_once 'plc_config.php';
 require_once 'plc_session.php';