From 7a2e409204feb3c3ac78918ca43b87ae02acc0d0 Mon Sep 17 00:00:00 2001 From: Michael DM Dryden <mdryden@chem.utoronto.ca> Date: Tue, 21 Mar 2017 17:22:39 -0400 Subject: [PATCH] Remove missed db call --- dstat_interface/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dstat_interface/main.py b/dstat_interface/main.py index c4b65be..27c017d 100755 --- a/dstat_interface/main.py +++ b/dstat_interface/main.py @@ -449,12 +449,6 @@ class Main(object): for plots in self.current_exp.plots: plots.changetype(self.current_exp) - if parameters['db_enable_checkbutton']: - if db.current_db is None: - db.start_db() - elif not db.current_db.connected: - db.restart_db() - comm.serial_instance.proc_pipe_p.send(self.current_exp) # Flush data pipe -- GitLab