get rid of all trace or error_reporting even under commented form
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 13:22:49 +0000 (15:22 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 13:22:49 +0000 (15:22 +0200)
modules/planetlab.module
planetlab/nodes/nodes.php
planetlab/slices/slice.php

index 746472f..b20412c 100644 (file)
@@ -8,8 +8,6 @@
   // $Id$
   //
 
-//error_reporting(0);
-
 require_once 'plc_config.php';
 require_once 'plc_session.php';
 require_once 'plc_functions.php';
index af17711..18ca93d 100644 (file)
@@ -28,8 +28,6 @@ drupal_set_html_head('
 ');
 
 
-//error_reporting(0);
-
 // -------------------- 
 // recognized URL arguments
 $peerscope = get_array($_GET, 'peerscope');
index 9d5eeee..40ec4f2 100644 (file)
@@ -29,8 +29,6 @@ drupal_set_html_head('
 <link href="/planetlab/css/my_slice.css" rel="stylesheet" type="text/css" />
 ');
 
-// -------------------- admins potentially need to get full list of users
-//error_reporting(0);
 
 $profiling=false;
 if ($get_array($_GET, 'profiling')) $profiling=true;