Skip to content

Commit

Permalink
remove logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Sep 13, 2023
1 parent 23d2364 commit 2ecd69b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/snkit/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@

from collections import Counter

# configure logging with a timestamp and process id prefix
logging.basicConfig(format="%(asctime)s %(process)s %(message)s", level=logging.INFO)

# optional progress bars
if "SNKIT_PROGRESS" in os.environ and os.environ["SNKIT_PROGRESS"] in ("1", "TRUE"):
try:
Expand Down

0 comments on commit 2ecd69b

Please sign in to comment.