Remove unused code.

This commit is contained in:
James Cole
2020-08-13 13:49:15 +02:00
parent a1e454d693
commit 879e24e7b1
2 changed files with 0 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ class LoginController extends Controller
*/
public function showLoginForm(Request $request)
{
Log::channel('audit')->info('Show login form.');
$count = DB::table('users')->count();