Remove a print statement
[bertos.git] / 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)