Forgot to remove a variable.

This commit is contained in:
James Cole
2017-06-26 18:24:44 +02:00
parent 8549c7c81b
commit 02a36316be
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,6 @@ class ImportRoutine
{ {
$this->journals = new Collection; $this->journals = new Collection;
$this->errors = new Collection; $this->errors = new Collection;
Log::debug(sprintf('Job ID is #%d', $job->id));
} }
/** /**

View File

@@ -32,6 +32,8 @@ use Log;
*/ */
trait CreateJournalsTrait trait CreateJournalsTrait
{ {
/** /**
* *
* * Remember: a balancingAct takes at most one expense and one transfer. * * Remember: a balancingAct takes at most one expense and one transfer.