Skip to content
Snippets Groups Projects
Commit 7a2e4092 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Remove missed db call

parent 97c66061
Branches
Tags
1 merge request!10Move to gtk3 and new command protocol
...@@ -449,12 +449,6 @@ class Main(object): ...@@ -449,12 +449,6 @@ class Main(object):
for plots in self.current_exp.plots: for plots in self.current_exp.plots:
plots.changetype(self.current_exp) 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) comm.serial_instance.proc_pipe_p.send(self.current_exp)
# Flush data pipe # Flush data pipe
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment