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:38 UTC

[incubator-superset] branch revert-10744-gg-LogDashboardAction created (now 79bc01b)

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

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


      at 79bc01b  Revert "chore: add logging for "dashboard" action (#10744)"

This branch includes the following new commits:

     new 79bc01b  Revert "chore: add logging for "dashboard" action (#10744)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by gr...@apache.org.
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