mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove debug.
This commit is contained in:
parent
3fc560597c
commit
4393475af3
@ -154,7 +154,6 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
$toType = AccountType::where('type', 'Cash account')->first();
|
||||
$to = Account::firstOrCreate(['user_id' => $data['user'], 'account_type_id' => $toType->id, 'name' => 'Cash account', 'active' => 1]);
|
||||
}
|
||||
Log::error('Could not store TO account for Withdrawal (Expense account) because: ' .$to->getErrors()->toJson());
|
||||
break;
|
||||
|
||||
case 'Deposit':
|
||||
|
Loading…
Reference in New Issue
Block a user