diff --git a/app/Controllers/BaseController.php b/app/Controllers/BaseController.php
index 6c4d415..9618ba2 100644
--- a/app/Controllers/BaseController.php
+++ b/app/Controllers/BaseController.php
@@ -57,7 +57,7 @@ class BaseController extends Controller
$cacheKey = CACHE_DOMAIN."-".$cacheKey;
// $cache = \Config\Services::cache();
if (! $foo = cache($cacheKey)) {
- echo 'Saving to the cache!
';
+ // echo 'Saving to the cache!
';
// cache()->save($cacheKey, $this->data_stringify($data), 3000);
cache()->save($cacheKey, serialize($data), 3000);