Remove debugging
This commit is contained in:
@@ -1506,8 +1506,8 @@ function _booking_leader_helper_email_summary($node) {
|
||||
));
|
||||
$otherperson = $otherperson_query->fetchAll();
|
||||
|
||||
watchdog('booking', "<pre>Other person for studygroup !group and role !role result:\n@info</pre>",
|
||||
array('!group' => $studygroup->sid, '!role' => $otherrole_id, '@info' => print_r( $otherperson, true)));
|
||||
//watchdog('booking', "<pre>Other person for studygroup !group and role !role result:\n@info</pre>",
|
||||
// array('!group' => $studygroup->sid, '!role' => $otherrole_id, '@info' => print_r( $otherperson, true)));
|
||||
|
||||
foreach ($otherperson as $other)
|
||||
{
|
||||
|
Reference in New Issue
Block a user