Some cleanup [skip ci]

This commit is contained in:
James Cole
2015-05-05 07:43:16 +02:00
parent f24cfe39aa
commit f28bc568a4

View File

@@ -50,9 +50,6 @@ class AccountControllerTest extends TestCase
{
if (is_null($this->account)) {
$this->account = FactoryMuffin::create('FireflyIII\Models\Account');
Log::debug('Created a new account.');
//$this->account->accountType->type = 'Asset account';
//$this->account->accountType->save();
}
}