From 02e43dfb3cd8211205fa51a4a6a2e26bdd6554e0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 6 Dec 2012 16:54:46 +0530 Subject: [PATCH] removed refresh_cache from wnf.py --- wnf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wnf.py b/wnf.py index 6e3dfe24f6..ded0f3866c 100755 --- a/wnf.py +++ b/wnf.py @@ -83,10 +83,6 @@ def rebuild(): # build js / css from webnotes.utils import bundlejs bundlejs.bundle(False) - - # build cache - import website.web_cache - website.web_cache.refresh_cache(['Blog']) def apply_latest_patches(): import webnotes.modules.patch_handler @@ -415,9 +411,6 @@ def run(): import webnotes.cms.make webnotes.cms.make.make() - import website.web_cache - website.web_cache.refresh_cache(['Blog']) - elif options.clear_cache: clear_cache()