Accidentally committed debug code.

This commit is contained in:
James Cole
2021-01-17 08:50:20 +01:00
parent ab31cade09
commit eb5d17d695

View File

@@ -110,7 +110,6 @@ class HomeController extends Controller
*/ */
public function index(AccountRepositoryInterface $repository) public function index(AccountRepositoryInterface $repository)
{ {
var_dump(\Str::random(24));
$types = config('firefly.accountTypesByIdentifier.asset'); $types = config('firefly.accountTypesByIdentifier.asset');
$count = $repository->count($types); $count = $repository->count($types);
Log::channel('audit')->info('User visits homepage.'); Log::channel('audit')->info('User visits homepage.');