Skip to content

Commit

Permalink
Remove a debug print....
Browse files Browse the repository at this point in the history
  • Loading branch information
OK9UWU committed Sep 16, 2024
1 parent 20b5910 commit e645a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-interface/recorder/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ namespace satdump
// TODO
break;
}
ImGui::Text("Seconds left: %08d" ,timeleft);
//ImGui::Text("Seconds left: %08d" ,timeleft);
if (baseband_format != dsp::ZIQ)
{
day = timeleft / (24 * 3600);
Expand Down

0 comments on commit e645a88

Please sign in to comment.