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

@@ -36,7 +36,6 @@ class JournalRepository implements JournalRepositoryInterface
*/
public function __construct(User $user)
{
Log::debug('Constructed transaction journal repository for user #' . $user->id . ' (' . $user->email . ')');
$this->user = $user;
}