From e1cca4c8c03e2b4cfd389a4df6a068c330bcdb07 Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Thu, 4 Jul 2024 11:24:40 +0200 Subject: fixed debug logging --- app/controllers/lti/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/lti/auth.php b/app/controllers/lti/auth.php index e8f4e03..0833d60 100644 --- a/app/controllers/lti/auth.php +++ b/app/controllers/lti/auth.php @@ -159,7 +159,6 @@ class Lti_AuthController extends StudipController new \Studip\LTI13a\NonceGenerator(true) ) ), - null, $logger ); $response = $oidc_handler->handle($request); -- cgit v1.0