diff --git a/pym/cl_image_cmd.py b/pym/cl_image_cmd.py index 2029c03..f05ac27 100644 --- a/pym/cl_image_cmd.py +++ b/pym/cl_image_cmd.py @@ -167,9 +167,6 @@ class image_cmd(share_cmd): if not self.isRoot() or not self.isScratch(True): sys.exit(1) - if values.notree: - self.logicObj.clVars.Set('cl_builder_tree','off',True) - if values.noisohybrid: self.logicObj.clVars.Set('cl_builder_isohybrid_set','off',True)