Fixes #3211, fixes #3211: related books and pictures bars.
[wolnelektury.git] / apps / waiter / utils.py
index 1edc2fa..68d21bd 100644 (file)
@@ -18,4 +18,3 @@ def clear_cache(path):
     abs_path = check_abspath(path)
     if exists(abs_path):
         rmtree(abs_path)
-