Commit 052fca7c authored by Lucas Carvalho's avatar Lucas Carvalho

Removed useless print.

parent 190e93a3
...@@ -84,7 +84,6 @@ def get_sha256sum_from_networkcached(network_cache, url, logger): ...@@ -84,7 +84,6 @@ def get_sha256sum_from_networkcached(network_cache, url, logger):
""" """
network_cached_url = os.path.join(network_cache, network_cached_url = os.path.join(network_cache,
'get', base64.encodestring(url)) 'get', base64.encodestring(url))
print network_cached_url
try: try:
result = urllib.urlopen(network_cached_url) result = urllib.urlopen(network_cached_url)
if int(result.code) == 200: if int(result.code) == 200:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment