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"]}/', "" ),