We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faa1db commit ad10254Copy full SHA for ad10254
pyobs_gui/temperaturesplotwidget.py
@@ -64,7 +64,6 @@ def add_data(self, time: Time, data: Dict[str, float]) -> None:
64
self.data.to_csv(self.log_file, index=False)
65
66
# what to plot?
67
- print(self.show_option)
68
if self.show_option == "All":
69
d = self.data
70
elif self.show_option == "Last minute":
0 commit comments