Remove debugging

This commit is contained in:
2016-01-30 13:33:49 +11:00
parent 71e7b50a69
commit c2fef6ddd9
2 changed files with 9 additions and 2 deletions

View File

@@ -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)
{