From 796b910a850df16dd335227c0ef9f70882799e9c Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 18 Jan 2018 20:06:09 +1100 Subject: [PATCH] remove some debugging --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 6a566f2..1f26533 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -37,7 +37,7 @@ function _booking_generate_html_body($subject, $body, $tokens) { $output_text = $body; } - watchdog('booking_debug', "
HTML body themed\n@info
", array('@info' => print_r($output_text, true))); + //watchdog('booking_debug', "
HTML body themed\n@info
", array('@info' => print_r($output_text, true))); return $output_text; }