remove debug line

This commit is contained in:
Nathan Coad
2018-06-26 18:23:47 +10:00
parent 4431fc6e0c
commit d88a73f713

View File

@@ -403,7 +403,7 @@ function _booking_email_get_default_selection_callback($form, $form_state) {
$readinggroup_query = db_query("SELECT * FROM {booking_studygroup_list} WHERE booking_eventid = :eid AND booking_is_readinggroup = 'Y'",
array(':eid' => $event->eid));
$readinggroups = $readinggroup_query->fetchObject();
watchdog('booking_debug', "<pre>Reading Group ID is :\n@info</pre>", array('@info' => print_r($readinggroups, true)));
//watchdog('booking_debug', "<pre>Reading Group ID is :\n@info</pre>", array('@info' => print_r($readinggroups, true)));
$readinggroup_regex = '/^session' . $readinggroups->sid . '_role/';
//populate $defaults based on type of selection