Skip to content

Commit

Permalink
chore: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Mar 9, 2022
1 parent f1892d9 commit 7c44ba8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aws_lambda_powertools/logging/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,6 @@ def _get_caller_filename():
caller_frame = frame.f_back.f_back.f_back
return caller_frame.f_globals["__name__"]

def _reset_logger_state(self):
self.registered_formatter.clear_state()


def set_package_logger(
level: Union[str, int] = logging.DEBUG,
Expand Down

0 comments on commit 7c44ba8

Please sign in to comment.