Skip to content

Commit

Permalink
[#1551] Remove unused logger in jobs.seed_data
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Nov 13, 2024
1 parent fd6780d commit 9f7fb4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/api/v1/v1_jobs/seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
from utils.email_helper import send_email, EmailTypes
from uuid import uuid4

# import logging
# logger = logging.getLogger("rtmis")
# logger.warning("This is log message")


def get_geo_value(aw):
geo = aw
Expand Down

0 comments on commit 9f7fb4b

Please sign in to comment.