From c1e6d65d9f099d27a9e0c0977dd6a30663f050c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 24 Jan 2024 12:51:01 +0100 Subject: [PATCH] chore: remove comment --- web/b3desk/models/bbb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web/b3desk/models/bbb.py b/web/b3desk/models/bbb.py index 7eef1148..485d48fa 100644 --- a/web/b3desk/models/bbb.py +++ b/web/b3desk/models/bbb.py @@ -34,7 +34,6 @@ def get_params_with_checksum(self, action, params, method="GET"): pr = request.prepare() bigbluebutton_secret = current_app.config["BIGBLUEBUTTON_SECRET"] secret = "{}{}".format( - # TODO: isn't this just 'action' in the end? pr.url.replace("?", "").replace( f'{current_app.config["BIGBLUEBUTTON_ENDPOINT"]}/', "" ),