diff --git a/booking.test_rooms.inc b/booking.test_rooms.inc index 2f106d9..601a650 100644 --- a/booking.test_rooms.inc +++ b/booking.test_rooms.inc @@ -145,7 +145,7 @@ function booking_rooms_allocate_test_form_submit($form, &$form_state) { global $event; $values = $form_state['input']; - watchdog('booking_debug', "
Room assignment test submission form :\n@info
", array('@info' => print_r( $form, true))); + //watchdog('booking_debug', "
Room assignment test submission form :\n@info
", array('@info' => print_r( $form, true))); //query for existing room allocations $query = db_select('booking_person', 'p'); @@ -349,7 +349,6 @@ function _booking_rooms_allocate_test_form_submit_helper(&$room_mapping, $room, } - //log the result if there was one if ($message !== "") {