Explorar el Código

去掉品牌列表中,循环显示图片地址信息的log

stanley-king hace 8 años
padre
commit
69bbba085f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      helper/brand_helper.php

+ 0 - 1
helper/brand_helper.php

@@ -60,7 +60,6 @@ class brand_helper
             {
                 if(empty($brand['brand_logo'])) continue;
 
-                Log::record($brand['brand_logo'],Log::DEBUG);
                 $image = UPLOAD_SITE_URL . $brand['brand_logo'];
                 $ret = @getimagesize($image, $info);
                 if ($ret != false) {