stanley-king 3 lat temu
rodzic
commit
8b9fc5e953
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      helper/refill/RefillBase.php

+ 0 - 2
helper/refill/RefillBase.php

@@ -342,7 +342,6 @@ class RefillBase
             $input['order_from']  = 1;
             $input['pd_pay'] = true;
 
-            $start = microtime(true);
             $logic_buy_virtual = Logic('buy_virtual');
             $mod_refill = Model('refill_order');
 
@@ -350,7 +349,6 @@ class RefillBase
             {
                 $trans = new trans_wapper($mod_refill,'RefillBase::add');
                 $result = $logic_buy_virtual->buyStep3($input, $buyer_id, [$calc, 'calc_vorder_amount'], true);
-                Log::record(sprintf("buyStep3 request time=%.6f", microtime(true) - $start), Log::DEBUG);
 
                 if ($result['state'] === true)
                 {