Skip to content

Commit

Permalink
Remove setting logging status to logging.info (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackey22 authored and kislyuk committed Aug 16, 2017
1 parent 2d69780 commit 51cb8bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hca/upload_to_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
from .packages.checksumming_io import ChecksummingBufferedReader, S3Etag


logging.basicConfig(level=logging.INFO)


def encode_tags(tags):
return [dict(Key=k, Value=v) for k, v in tags.items()]

Expand Down

0 comments on commit 51cb8bb

Please sign in to comment.