mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Code clean up.
This commit is contained in:
@@ -78,7 +78,6 @@ final class NotesAre extends AbstractTrigger implements TriggerInterface
|
||||
$search = strtolower($this->triggerValue);
|
||||
|
||||
if ($text === $search && strlen($text) > 0) {
|
||||
|
||||
Log::debug(sprintf('RuleTrigger NotesAre for journal #%d: "%s" is "%s", return true.', $journal->id, $text, $search));
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user