Skip to content

Commit ad10254

Browse files
committed
removed debug output
1 parent 0faa1db commit ad10254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyobs_gui/temperaturesplotwidget.py

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def add_data(self, time: Time, data: Dict[str, float]) -> None:
6464
self.data.to_csv(self.log_file, index=False)
6565

6666
# what to plot?
67-
print(self.show_option)
6867
if self.show_option == "All":
6968
d = self.data
7069
elif self.show_option == "Last minute":

0 commit comments

Comments
 (0)