This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hm/ar-filters in repository https://gitbox.apache.org/repos/asf/superset.git
commit 77537d0cb039d2cd416f95b9d8e42f91a905a1b3 Author: Hugh Miles <[email protected]> AuthorDate: Sun Feb 9 12:49:34 2025 +0000 remove print --- superset/views/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/views/core.py b/superset/views/core.py index f31bba4a2b..036f45f03c 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -848,7 +848,6 @@ class Superset(BaseSupersetView): if not value: return json_error_response(_("permalink state not found"), status=404) - print('value___', value) dashboard_id, state = value["dashboardId"], value.get("state", {}) url = f"/superset/dashboard/{dashboard_id}?permalink_key={key}" if url_params := state.get("urlParams"):
