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/Main.php

    r912 r929  
    5858
    5959    $TimeParts = getdate($_SESSION[$Time]);
    60     //print_r($TimeParts);
    6160
    6261    // Day selection
     
    253252    $Output .= '</table>';
    254253    $Output .= $PageList['Output'];
    255     //echo(time());
    256     //print_r(gd_info());
    257     //print_r($_SESSION);
    258 
     254   
    259255    //ShowPage($Output);
    260256    //echo($PrefixMultiplier->Add('-0.000000071112345', 'B'));
Note: See TracChangeset for help on using the changeset viewer.