Skip to content

Commit

Permalink
Removing basicConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Sep 7, 2017
1 parent 305138e commit d1cc3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

logging.basicConfig()
#logging.basicConfig()
logger = logging.getLogger(__name__)

from .interface import (Contract, ContractNotRespected,
Expand Down

0 comments on commit d1cc3df

Please sign in to comment.