mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Clean up some code.
This commit is contained in:
@@ -832,8 +832,6 @@ class TestData
|
||||
*/
|
||||
public static function createTransactions(TransactionJournal $journal, Account $from, Account $to, string $amount): bool
|
||||
{
|
||||
// Log::debug('---- Transaction From: ' . bcmul($amount, '-1'));
|
||||
// Log::debug('---- Transaction To : ' . $amount);
|
||||
Transaction::create(
|
||||
[
|
||||
'account_id' => $from->id,
|
||||
|
||||
Reference in New Issue
Block a user