Skip to content

Commit

Permalink
don't force-set google api logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
raghur committed May 31, 2017
1 parent c29d0b9 commit bf19fb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blogger/blogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def _OAuth_Authenticate(self):
:returns: service object
"""
logging.getLogger('googleapiclient.discovery').setLevel(
logging.CRITICAL)
if self.service:
return self.service
# The scope URL for read/write access to a user's blogger data
Expand Down

0 comments on commit bf19fb2

Please sign in to comment.