Skip to content

Commit

Permalink
address 2 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 27, 2023
1 parent d63b7eb commit 831ccef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions superset/utils/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@ def log_this_with_extra_payload(self, f: Callable[..., Any]) -> Callable[..., An
"""Decorator that instrument `update_log_payload` to kwargs"""
return self._wrapper(f, allow_extra_payload=True)

@property
def stats_logger(self) -> BaseStatsLogger:
return current_app.config["STATS_LOGGER"]


def get_event_logger_from_cfg_value(cfg_value: Any) -> AbstractEventLogger:
"""
Expand Down

0 comments on commit 831ccef

Please sign in to comment.