Revert "chore: add logging for "dashboard" action (#10744)" (#10822)

This reverts commit e0ad9935c1.
This commit is contained in:
Grace Guo 2020-09-09 14:44:07 -07:00 committed by GitHub
parent e4ffaecc72
commit c2216e029d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1584,7 +1584,6 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
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