shish 6 лет назад
Родитель
Сommit
3327d48d18
1 измененных файлов с 0 добавлено и 1 удалено
  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) {
 				$preImg = $imageRoot . str_replace('/uploads', '', $imgUrl);
-				Yii::info();
 				$imgInfo = getimagesize($preImg);
 				$width = $imgInfo[0];
 				$height = $imgInfo[1];