removed debug output
This commit is contained in:
parent
8f0a996a76
commit
9a81168911
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
function format_time($seconds) {
|
||||
echo gettype($seconds);
|
||||
echo $seconds;
|
||||
$secs = intval($seconds % 60);
|
||||
$mins = intval($seconds / 60 % 60);
|
||||
$hours = intval($seconds / 3600 % 24);
|
||||
|
|
Loading…
Reference in a new issue