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:
@@ -57,12 +57,8 @@ final class ToAccountIs extends AbstractTrigger implements TriggerInterface
|
||||
$search = strtolower($this->triggerValue);
|
||||
|
||||
if ($toAccountName == $search) {
|
||||
Log::debug('"' . $toAccountName . '" equals "' . $search . '" exactly. Return true.');
|
||||
|
||||
return true;
|
||||
}
|
||||
Log::debug('"' . $toAccountName . '" does not equal "' . $search . '". Return false.');
|
||||
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user