X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=546a7e0b908c937b604e6ee27e6df297de38b348;hb=2b542ab21bf9f3df4e564e38e0c9db2c180449bd;hp=05b90d9c2e5efef9c9660622704e4d06fcaca0b1;hpb=09d443bba27e603fed4fb6b3ffb1e0c77e4b8972;p=bertos.git 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)