Skip to content

Commit

Permalink
Remove permission check for frontend logging API (apache#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Feb 8, 2018
1 parent 034f52a commit 408fc6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/views/core.py
Expand Up @@ -1978,7 +1978,6 @@ def dashboard(**kwargs): # noqa
)

@api
@has_access_api
@log_this
@expose('/log/', methods=['POST'])
def log(self):
Expand Down

0 comments on commit 408fc6f

Please sign in to comment.