removed some debug commands

This commit is contained in:
Tom van der Werf 2016-10-04 17:30:49 +00:00
parent ce5af7b1d9
commit dc22802dec

View File

@ -29,7 +29,6 @@ class Description extends BasicConverter implements ConverterInterface
// this should replace all control characters
// but leave utf8 intact:
$value = preg_replace('/[\x00-\x1F\x80-\x9F]/u', '', $value);
$value = $value;
$this->setCertainty(100);
return strval($value);