From 148a6be855e1fb7b7e0fafa74be0bba4f68143d2 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 25 May 2016 23:41:59 +1000 Subject: [PATCH] undo debug since it was unnecessary --- booking.emails.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index ba6a4d3..9f35b59 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -207,7 +207,6 @@ function booking_manual_email_submit($form, &$form_state) { $counter++; //store info about the email $update_messages[] = $message; - watchdog('booking_debug', "
Email Messages array\n@info
", array('@info' => print_r( $update_messages, true))); } } }