Remove unecessary debug message on normal behaviour.

This commit is contained in:
Andrew McMillan 2013-04-11 07:32:32 +12:00
parent 8f3175248a
commit 8c1b780ff1

View File

@ -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;
}
}
?>
?>