From: duplo Date: Mon, 5 Jan 2009 16:48:52 +0000 (+0000) Subject: Remove a print statement X-Git-Tag: 2.1.0~548 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2b542ab21bf9f3df4e564e38e0c9db2c180449bd;p=bertos.git Remove a print statement git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2134 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index 05b90d9c..546a7e0b 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -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)