瀏覽代碼

Se borran líneas comentadas

Maxi Schvindt 7 年之前
父節點
當前提交
44bfa9954e
共有 2 個文件被更改,包括 0 次插入8 次删除
  1. 0 2
      Command/ZteOnuScanCommand.php
  2. 0 6
      Command/ZtePonStatsCommand.php

+ 0 - 2
Command/ZteOnuScanCommand.php

@@ -55,8 +55,6 @@ class ZteOnuScanCommand extends BaseCommand
 
 
         $dataCached = array();
         $dataCached = array();
 
 
-        print_r($portCached);
-        
         $serialNumbers = $this->getSNMP("onuSerialNumber","onuScan");
         $serialNumbers = $this->getSNMP("onuSerialNumber","onuScan");
         // array [4194312192.1] => 485754430011D168
         // array [4194312192.1] => 485754430011D168
         //        portIndex.onuIndex => serialNumber Hexa [48 57 54 43] 0011D168  => HWTC0011D168 (parecido al PonSerialNumber)
         //        portIndex.onuIndex => serialNumber Hexa [48 57 54 43] 0011D168  => HWTC0011D168 (parecido al PonSerialNumber)

+ 0 - 6
Command/ZtePonStatsCommand.php

@@ -63,12 +63,6 @@ class ZtePonStatsCommand extends BaseCommand
         $voltage = $this->getSNMP("oltPonOpticalVltage","ponVoltage");
         $voltage = $this->getSNMP("oltPonOpticalVltage","ponVoltage");
         $biasCurrent = $this->getSNMP("oltPonOpticalCurrent","ponBiasCurrent");
         $biasCurrent = $this->getSNMP("oltPonOpticalCurrent","ponBiasCurrent");
 
 
-        /* print_r($rxPower);
-        print_r($txPower);
-        print_r($temperature);
-        print_r($voltage);
-        print_r($biasCurrent); */
-
         $ponStatsCached = $sendData = array();
         $ponStatsCached = $sendData = array();
 
 
         $subId = $this->d_s;
         $subId = $this->d_s;