Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 347a017

Browse files
committed
remove die()
1 parent 59e12a5 commit 347a017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/phpFITFileAnalysis.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,9 +2007,6 @@ public function getJSON($crank_length = null, $ftp = null, $data_required = ['al
20072007

20082008
$for_json['data'] = $data;
20092009

2010-
var_dump($for_json['data'][0]);
2011-
die();
2012-
20132010
return json_encode($for_json);
20142011
}
20152012

0 commit comments

Comments
 (0)