From 8c1b780ff11e329bfb6f9d1f59f64d9d2c633750 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 11 Apr 2013 07:32:32 +1200 Subject: [PATCH] Remove unecessary debug message on normal behaviour. --- inc/check_UTF8.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/check_UTF8.php b/inc/check_UTF8.php index 80fa01d1..e3c93dbf 100644 --- a/inc/check_UTF8.php +++ b/inc/check_UTF8.php @@ -221,8 +221,8 @@ function check_string($ics){ return false; } } else { - dbg_error_log( "LOG check_string","the string is UTF8 compliant"); +// dbg_error_log( "LOG check_string","the string is UTF8 compliant"); return true; } } -?> \ No newline at end of file +?>