From 4d06713feac061c92c470975c4a1f1098783913c Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 8 Jun 2016 09:58:14 +1000 Subject: [PATCH] remove debug message --- booking.emails_admin.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index b5b02e6..499d889 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -496,7 +496,6 @@ function _booking_email_get_preview_callback($form, $form_state) { break; case "balance": $text = variable_get('booking_email_paymentoutstanding_text'); - watchdog('booking_debug', "
Email Preview combinedpricing\n@info
", array('@info' => variable_get('booking_enable_combined_pricing', 0))); if (variable_get('booking_enable_combined_pricing', 0) == 1) { $text .= "\n

If married

\n
" . variable_get('booking_email_paymentoutstanding_married_text');
       }