Clean up some code.

This commit is contained in:
James Cole
2016-02-12 17:34:42 +01:00
parent e5402ea7c1
commit 42daf7ed32
3 changed files with 38 additions and 38 deletions

View File

@@ -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,