diff --git a/system/init.php b/system/init.php index 9242fe61..25d28f26 100644 --- a/system/init.php +++ b/system/init.php @@ -194,9 +194,6 @@ else { } unset($query); - if($cache->enabled()) { - $cache->set('towns', serialize($towns), 600); - } } else { $towns = config('towns');