From 2b542ab21bf9f3df4e564e38e0c9db2c180449bd Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 5 Jan 2009 16:48:52 +0000 Subject: [PATCH] Remove a print statement git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2134 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BToolchainPage.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.25.1