duqinya 5 years ago
parent
commit
13f67436a3
1 changed files with 1 additions and 4 deletions
  1. 1 4
      app/Repositories/CmsContentTemplateSetRepository.php

+ 1 - 4
app/Repositories/CmsContentTemplateSetRepository.php

@@ -347,10 +347,7 @@ class CmsContentTemplateSetRepository
         } else {
             $product_keys = sprintf($product_key, md5($res_id));
         }
-        var_dump($res_id);
-        var_dump($field_order);
-        var_dump($product_keys);
-        var_dump(isset($field_order));die;
+
         Log::info(Redis::exists($product_keys));
         if (Redis::exists($product_keys)) {
             $result = Redis::get($product_keys);