Remove a print statement
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jan 2009 16:48:52 +0000 (16:48 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jan 2009 16:48:52 +0000 (16:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2134 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BToolchainPage.py

index 05b90d9c2e5efef9c9660622704e4d06fcaca0b1..546a7e0b908c937b604e6ee27e6df297de38b348 100644 (file)
@@ -92,7 +92,6 @@ class BToolchainPage(BWizardPage):
             item = item.data(Qt.UserRole).toString()
             toolchains = self._settingsRetrieve("toolchains").toList()
             toolchains = [unicode(toolchain.toString()) for toolchain in toolchains]
-            print unicode(item), type(unicode(item))
             toolchains.remove(unicode(item))
             self._settingsStore("toolchains", toolchains)