Skip to content

Commit

Permalink
Revert "chore: add logging for "dashboard" action (apache#10744)" (ap…
Browse files Browse the repository at this point in the history
…ache#10822)

This reverts commit e0ad993.
  • Loading branch information
Grace Guo authored and auxten committed Nov 20, 2020
1 parent 0da4b33 commit b5ed26e
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 @@ -1584,7 +1584,6 @@ def publish( # pylint: disable=no-self-use
session.commit()
return json_success(json.dumps({"published": dash.published}))

@event_logger.log_this
@has_access
@expose("/dashboard/<dashboard_id_or_slug>/")
def dashboard( # pylint: disable=too-many-locals
Expand Down

0 comments on commit b5ed26e

Please sign in to comment.