diff --git a/superset/views/core.py b/superset/views/core.py index a96ce15d2a2e4..210bcf694e84d 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -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//") def dashboard( # pylint: disable=too-many-locals