Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Feb 9, 2025
1 parent 16751c0 commit 77537d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ def dashboard_permalink(
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"):
Expand Down

0 comments on commit 77537d0

Please sign in to comment.