mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Removed most logging.
This commit is contained in:
@@ -59,15 +59,9 @@ final class DescriptionContains extends AbstractTrigger implements TriggerInterf
|
||||
|
||||
$strpos = strpos($source, $search);
|
||||
if (!($strpos === false)) {
|
||||
// found something
|
||||
Log::debug('"' . $source . '" contains the text "' . $search . '". Return true.');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
// found nothing.
|
||||
Log::debug('"' . $source . '" does not contain the text "' . $search . '". Return false.');
|
||||
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user