remove var_dump
This commit is contained in:
parent
0c3c7b88a9
commit
52f0dd3dfc
@ -313,7 +313,6 @@ class ClimbTheMap implements ManialinkPageAnswerListener, TimerListener, Command
|
||||
ORDER BY (CASE WHEN `time` > 0 THEN `time` ELSE 9999999999 END) ASC,
|
||||
`altitude` DESC,
|
||||
`date` ASC';
|
||||
var_dump($query);
|
||||
|
||||
$stmt = $mysqli->prepare($query );
|
||||
$stmt->bind_param('i', $mapIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user