Skip to content

Commit

Permalink
refactor(action): remove unused logging command
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h committed Feb 7, 2025
1 parent aa10ce4 commit da157ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action_beanstalk_deploy/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,5 @@ def run():
format="%(asctime)s %(levelname)s %(message)s",
datefmt="%Y-%m-%dT%H:%M:%S%z",
)
logger = logging.getLogger(__file__)

main()

0 comments on commit da157ae

Please sign in to comment.