You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2020/09/09 19:45:39 UTC

[incubator-superset] 01/01: Revert "chore: add logging for "dashboard" action (#10744)"

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch revert-10744-gg-LogDashboardAction
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 79bc01b70791582e7577836d965261e3e2661413
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Wed Sep 9 12:45:14 2020 -0700

    Revert "chore: add logging for "dashboard" action (#10744)"
    
    This reverts commit e0ad9935c145493b5cb6048f1aeab9018edd363a.
---
 superset/views/core.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/views/core.py b/superset/views/core.py
index a96ce15..210bcf6 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -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