Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-done committed Mar 27, 2024
1 parent 3779125 commit 1aad47e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Code/Converters/TxtConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function fileContentToInternalFormat($file_content, $original_file_conten
if ($colon_count === 3) {
$fps = self::maxFps($lines);
}
var_dump($fps);
$timestamp_count = self::timestampCount($lines);

// line parts to array
Expand Down

0 comments on commit 1aad47e

Please sign in to comment.