Remove debug print
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 31 Aug 2009 14:43:41 +0000 (14:43 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 31 Aug 2009 14:43:41 +0000 (14:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2828 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BEditingDialog.py

index a6c472203624a74df37e550a1d46eaad6fe53ffa..1534146e21460ffc0eb57e5f1592634f60d52cd0 100644 (file)
@@ -138,9 +138,7 @@ class BEditingDialog(QDialog):
                     modules, lists, configurations, files = project.info("MODULES"), project.info("LISTS"), project.info("CONFIGURATIONS"), project.info("FILES")
                     bertos_utils.loadSourceTree(version_page.project())
                     bertos_utils.loadModuleData(version_page.project(), True)
-                    modules_, lists_, configurations_, files_ = project.info("MODULES"), project.info("LISTS"), project.info("CONFIGURATIONS"), project.info("FILES")
                     self.module_page.fillModuleTree()
-                    print modules == modules_, lists == lists_, configurations == configurations_, files == files_
 
     def apply(self):
         createBertosProject(self.module_page.project(), edit=True)