Code cleanup.

This commit is contained in:
James Cole
2016-03-03 09:05:09 +01:00
parent 8da0317b19
commit 4a88e241b5
12 changed files with 2 additions and 25 deletions

View File

@@ -45,7 +45,6 @@ class AccountRepository implements AccountRepositoryInterface
*/
public function __construct(User $user)
{
Log::debug('Constructed account repository for user #' . $user->id . ' (' . $user->email . ')');
$this->user = $user;
}