diff --git a/app/Import/Routine/ImportRoutine.php b/app/Import/Routine/ImportRoutine.php index a9f90ede7a..62da476f86 100644 --- a/app/Import/Routine/ImportRoutine.php +++ b/app/Import/Routine/ImportRoutine.php @@ -42,7 +42,6 @@ class ImportRoutine { $this->journals = new Collection; $this->errors = new Collection; - Log::debug(sprintf('Job ID is #%d', $job->id)); } /** diff --git a/app/Repositories/Journal/CreateJournalsTrait.php b/app/Repositories/Journal/CreateJournalsTrait.php index 6bf4fb6d2f..77b97eadd2 100644 --- a/app/Repositories/Journal/CreateJournalsTrait.php +++ b/app/Repositories/Journal/CreateJournalsTrait.php @@ -32,6 +32,8 @@ use Log; */ trait CreateJournalsTrait { + + /** * * * Remember: a balancingAct takes at most one expense and one transfer.