removed debug output
[iserv-mod-room-reservation.git] / includes / mod_roomReservationConfigPage.inc
old mode 100644 (file)
new mode 100755 (executable)
index 4c74132..55ee2eb
@@ -54,17 +54,11 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
         $this->bPostShowWeekend = 
           ($_POST["mod_roomReservationConfigPage"]["showweekend"] == true);
       }
-      ###########
-      echo "bPostShowWeekend is ".($this->bPostShowWeekend?"true ":"false ");
-      ###########
       
       if(isset($_POST["mod_roomReservationConfigPage"]["showlessons"])) {
         $this->bPostShowLessons = 
           ($_POST["mod_roomReservationConfigPage"]["showlessons"] == true);
       }
-      ###########
-      echo "bPostShowLessons is ".($this->bPostShowLessons?"true ":"false ");
-      ###########
       
       // process the request
       if(isset($_POST["mod_roomReservationConfigPage"]["submit"])) {
This page took 0.03922 seconds and 4 git commands to generate.