mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
remove debugging
This commit is contained in:
@@ -298,7 +298,6 @@ function get_stats_by_time($start,$end,$byoperator = true)
|
|||||||
*/
|
*/
|
||||||
function sec_to_time($seconds)
|
function sec_to_time($seconds)
|
||||||
{
|
{
|
||||||
var_dump($seconds);
|
|
||||||
$h = 0;
|
$h = 0;
|
||||||
$m = 0;
|
$m = 0;
|
||||||
if($seconds >= 3600){
|
if($seconds >= 3600){
|
||||||
@@ -311,10 +310,6 @@ function sec_to_time($seconds)
|
|||||||
}
|
}
|
||||||
$s = floor($seconds);
|
$s = floor($seconds);
|
||||||
|
|
||||||
var_dump($h);
|
|
||||||
var_dump($m);
|
|
||||||
var_dump($s);
|
|
||||||
|
|
||||||
return sprintf("%02d:%02d:%02d", $h, $m, $s);
|
return sprintf("%02d:%02d:%02d", $h, $m, $s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user