undo debug since it was unnecessary

This commit is contained in:
2016-05-25 23:41:59 +10:00
parent e4f07d47e4
commit 148a6be855

View File

@@ -207,7 +207,6 @@ function booking_manual_email_submit($form, &$form_state) {
$counter++; $counter++;
//store info about the email //store info about the email
$update_messages[] = $message; $update_messages[] = $message;
watchdog('booking_debug', "<pre>Email Messages array\n@info</pre>", array('@info' => print_r( $update_messages, true)));
} }
} }
} }