Skip to content

Commit

Permalink
removed DEBUG logging #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hubert committed Jan 30, 2018
1 parent 6fdca24 commit d29fa3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions btcde.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
import decimal

logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
log = logging.getLogger(__name__)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True

__version__ = '2.2'
Expand Down

0 comments on commit d29fa3d

Please sign in to comment.