Skip to content
Snippets Groups Projects

Implement a dialog to plot and export GPS data

Merged Kien Le requested to merge feature-#19-gps_plotter_q330 into master
Files
7
@@ -43,8 +43,6 @@ def display_tracking_info(tracking_box: QTextBrowser, text: str,
:param type: (info/warning/error) type of info to be displayed in
different color
"""
print(text)
return
if tracking_box is None:
print(f"{type.name}: {text}")
return
Loading