mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +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
 | 
			
		||||
        // but leave utf8 intact:
 | 
			
		||||
        $value = preg_replace('/[\x00-\x1F\x80-\x9F]/u', '', $value);
 | 
			
		||||
	$value = $value;
 | 
			
		||||
        $this->setCertainty(100);
 | 
			
		||||
 | 
			
		||||
        return strval($value);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user