Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigLinux/Generators/Latency.php

    r887 r929  
    2828      $Line = substr($Line, strpos($Line, '(') + 1);
    2929      $Value = substr($Line, 0, strpos($Line, ' '));
    30       //echo($IP.' '.$Value."\n");
    3130      $Queries[] = $this->Database->GetInsert('NetworkInterfaceLatency', array('Interface' => $HostInterface[$IP],
    3231        'Value' => $Value, 'Time' => TimeToMysqlDateTime($Time)));
Note: See TracChangeset for help on using the changeset viewer.