Some code cleanup.

This commit is contained in:
James Cole
2016-03-03 10:24:59 +01:00
parent abf92b6df3
commit 35ff3f0cbf
7 changed files with 55 additions and 79 deletions

View File

@@ -88,7 +88,6 @@ class TestDataSeeder extends Seeder
TestData::createBudgetLimit($user, $current, 'Bills', '1000');
TestData::createBudgetLimit($user, $current, 'Car', '100');
Log::info('Created test data for ' . $month);
$current->addMonth();
}
}