py3'ify commented out line of code
1 files changed, 1 insertions(+), 1 deletions(-) M infocalypse/bundlecache.py
M infocalypse/bundlecache.py +1 -1
@@ 128,7 128,7 @@ class BundleCache: cached = self.get_cached_bundle(index_pair, out_file) if not cached is None: - #print "make_bundle -- cache hit: ", index_pair + # print("make_bundle -- cache hit: ", index_pair) return cached delete_out_file = out_file is None