Commit 2a599604 authored by Lucas Carvalho's avatar Lucas Carvalho

Removed useless print.

Signed-off-by: default avatarLucas Carvalho <lucas@nexedi.com>
parent f5fac253
......@@ -56,7 +56,6 @@ def _update_network_cached_map(network_cache, sha256sum, url, logger):
If the url is not into the map file, it must be updated.
"""
# Keep the log
print os.environ.get('PWD')
map_path = os.path.join(os.environ.get('PWD'), '.networkcached.log')
mode = 'r+'
if not os.path.exists(map_path):
......
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