diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 550af61e..6e250726 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -2227,16 +2227,16 @@ class ShopController extends BaseAuthedController } } - error_log("buyBlindBox start " . json_encode( - array( - 'account' => $account, - 'id' => $id, - 'num' => $num, - 'cost' => $cost, - 'freeBuy' => $isFreeBuy, - 'itemListStore' => $result, - ) - )); + // error_log("buyBlindBox start " . json_encode( + // array( + // 'account' => $account, + // 'id' => $id, + // 'num' => $num, + // 'cost' => $cost, + // 'freeBuy' => $isFreeBuy, + // 'itemListStore' => $result, + // ) + // )); if (!$isFreeBuy) { $this->_decItems($costItems);