mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Fix missing account validation step.
This commit is contained in:
@@ -90,7 +90,7 @@ trait TransactionValidation
|
||||
Log::error(sprintf('Transactions array is not countable, because its a %s', gettype($transactions)));
|
||||
return [];
|
||||
}
|
||||
Log::debug('Returning transactions.', $transactions);
|
||||
//Log::debug('Returning transactions.', $transactions);
|
||||
|
||||
return $transactions;
|
||||
}
|
||||
|
Reference in New Issue
Block a user