Commit af0ffa8e by Timothée Peignier

remove stupid print

parent ed715c6d
......@@ -15,6 +15,5 @@ js_compressed = Signal(providing_args=["package", "version"])
def invalidate_cache(sender, package, version, bust_cache=False, **kwargs):
filename_base, filename = os.path.split(package['output'])
if bust_cache:
print "bust_cache"
cache.set("pipeline:%s" % filename, str(version),
settings.PIPELINE_CACHE_TIMEOUT)
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