Skip to content

Commit

Permalink
remove extra logging imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr committed Jul 16, 2023
1 parent cd54582 commit 7dea666
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions workers/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
get_dataset_from_tds,
)

import logging

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
handler = logging.StreamHandler()
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
handler.setFormatter(formatter)
logger.addHandler(handler)

TDS_API = os.getenv("TDS_URL")
SKEMA_API = os.getenv("SKEMA_RS_URL")
UNIFIED_API = os.getenv("TA1_UNIFIED_URL")
Expand Down

0 comments on commit 7dea666

Please sign in to comment.