Remove some debug logging
This commit is contained in:
@@ -145,7 +145,7 @@ function booking_rooms_allocate_test_form_submit($form, &$form_state) {
|
|||||||
global $event;
|
global $event;
|
||||||
|
|
||||||
$values = $form_state['input'];
|
$values = $form_state['input'];
|
||||||
watchdog('booking_debug', "<pre>Room assignment test submission form :\n@info</pre>", array('@info' => print_r( $form, true)));
|
//watchdog('booking_debug', "<pre>Room assignment test submission form :\n@info</pre>", array('@info' => print_r( $form, true)));
|
||||||
|
|
||||||
//query for existing room allocations
|
//query for existing room allocations
|
||||||
$query = db_select('booking_person', 'p');
|
$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
|
//log the result if there was one
|
||||||
if ($message !== "")
|
if ($message !== "")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user