Kaynağa Gözat

去掉日志

shish 6 yıl önce
ebeveyn
işleme
3327d48d18
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      common/components/business.php

+ 0 - 1
common/components/business.php

@@ -64,7 +64,6 @@ class business
 			//没有小图则生成小图,兼容旧系统
 			//没有小图则生成小图,兼容旧系统
 			if (file_exists($imageRoot . $smallImg) == false) {
 			if (file_exists($imageRoot . $smallImg) == false) {
 				$preImg = $imageRoot . str_replace('/uploads', '', $imgUrl);
 				$preImg = $imageRoot . str_replace('/uploads', '', $imgUrl);
-				Yii::info();
 				$imgInfo = getimagesize($preImg);
 				$imgInfo = getimagesize($preImg);
 				$width = $imgInfo[0];
 				$width = $imgInfo[0];
 				$height = $imgInfo[1];
 				$height = $imgInfo[1];