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/TimeMeasure/Graph.php

    r912 r929  
    7070    $Points = $Measure->GetValues($StartTime, $EndTime, $Level);
    7171
    72     if ($Debug) echo('Points count: '.count($Points).'<br/>');
    73     //if ($Debug) foreach ($Points as $Index => $Item)
    74     // echo($Index.': '.$Item['min'].'<br>');
     72    if ($Debug) echo('Points count: '.count($Points).'<br/>');   
    7573
    7674    // Calculate total max, avg, min value
Note: See TracChangeset for help on using the changeset viewer.