Skip to content

Commit 831ccef

Browse files
committed
address 2 comment
1 parent d63b7eb commit 831ccef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

superset/utils/log.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,6 @@ def log_this_with_extra_payload(self, f: Callable[..., Any]) -> Callable[..., An
284284
"""Decorator that instrument `update_log_payload` to kwargs"""
285285
return self._wrapper(f, allow_extra_payload=True)
286286

287-
@property
288-
def stats_logger(self) -> BaseStatsLogger:
289-
return current_app.config["STATS_LOGGER"]
290-
291287

292288
def get_event_logger_from_cfg_value(cfg_value: Any) -> AbstractEventLogger:
293289
"""

0 commit comments

Comments
 (0)