mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
removed some debug commands
This commit is contained in:
parent
ce5af7b1d9
commit
dc22802dec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user