Removing stray debugging print
This commit is contained in:
parent
91c9bb96e3
commit
932d1e57f7
1 changed files with 0 additions and 1 deletions
1
lib/ansible/plugins/cache/jsonfile.py
vendored
1
lib/ansible/plugins/cache/jsonfile.py
vendored
|
@ -59,7 +59,6 @@ class CacheModule(BaseCacheModule):
|
|||
raise KeyError
|
||||
|
||||
cachefile = "%s/%s" % (self._cache_dir, key)
|
||||
print("getting %s" % cachefile)
|
||||
try:
|
||||
f = codecs.open(cachefile, 'r', encoding='utf-8')
|
||||
except (OSError,IOError), e:
|
||||
|
|
Loading…
Reference in a new issue