stanley-king 8 лет назад
Родитель
Сommit
482cbf2389
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      core/framework/libraries/sms.php
  2. 0 1
      helper/brand_helper.php

+ 0 - 1
core/framework/libraries/sms.php

@@ -75,7 +75,6 @@ class Sms
     private function mysend_yuntx($mobile, $content)
     {
         $type = intval($content['type']);
-        Log::record("mysend_yuntx type={$type}",Log::DEBUG);
 
         static $templates = array(self::register_code => '59006',
             self::resetpass_code => '63477',

+ 0 - 1
helper/brand_helper.php

@@ -69,7 +69,6 @@ class brand_helper
                 }
                 $brand_id = intval($brand['brand_id']);
                 $this->mCountries[$brand_id] = $brand['brand_country'];
-                Log::record($brand['brand_id'] ."=>".$brand['brand_country'] ,Log::DEBUG);
             }
 
             $block = special_helper::format_grid_brands($brands);