瀏覽代碼

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

stanley-king 8 年之前
父節點
當前提交
69bbba085f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
                 if(empty($brand['brand_logo'])) continue;
 
 
-                Log::record($brand['brand_logo'],Log::DEBUG);
                 $image = UPLOAD_SITE_URL . $brand['brand_logo'];
                 $image = UPLOAD_SITE_URL . $brand['brand_logo'];
                 $ret = @getimagesize($image, $info);
                 $ret = @getimagesize($image, $info);
                 if ($ret != false) {
                 if ($ret != false) {