mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
removed some debug commands
This commit is contained in:
@@ -29,7 +29,6 @@ class Description extends BasicConverter implements ConverterInterface
|
|||||||
// this should replace all control characters
|
// this should replace all control characters
|
||||||
// but leave utf8 intact:
|
// but leave utf8 intact:
|
||||||
$value = preg_replace('/[\x00-\x1F\x80-\x9F]/u', '', $value);
|
$value = preg_replace('/[\x00-\x1F\x80-\x9F]/u', '', $value);
|
||||||
$value = $value;
|
|
||||||
$this->setCertainty(100);
|
$this->setCertainty(100);
|
||||||
|
|
||||||
return strval($value);
|
return strval($value);
|
||||||
|
Reference in New Issue
Block a user