Skip to content

Commit

Permalink
Revert "chore: add logging for "dashboard" action (#10744)"
Browse files Browse the repository at this point in the history
This reverts commit e0ad993.
  • Loading branch information
Grace Guo authored Sep 9, 2020
1 parent 3b4a992 commit 79bc01b
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 79bc01b

Please sign in to comment.