Remove Mac specific changes to prep for pull request

This commit is contained in:
Kyle Bartholomew
2020-06-05 21:52:19 -07:00
parent 3a593b072a
commit ebef9950cc
+3 -4
View File
@@ -115,10 +115,9 @@ def start_liveplotter(get_var_callback):
fetch_t.daemon = True
fetch_t.start()
#plot_t = threading.Thread(target=plot_data)
#plot_t.daemon = True
#plot_t.start()
plot_data()
plot_t = threading.Thread(target=plot_data)
plot_t.daemon = True
plot_t.start()
return cancellation_token;
#plot_data()