浏览代码

Se comenta un print_r

Maximiliano Schvindt 7 年之前
父节点
当前提交
15bdcb8896
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Command/FiberhomeOnuStatsCommand.php

+ 1 - 1
Command/FiberhomeOnuStatsCommand.php

@@ -99,7 +99,7 @@ class FiberhomeOnuStatsCommand extends BaseCommand
             }
         }
 
-        print_r($stats);
+        //print_r($stats);
 
         foreach($stats as $metric => $data) {
             $key_onu_stats = "{$metric}d_{$oltDeviceId}_s_{$oltServerId}";