Remove stylesheet debug output

This commit is contained in:
Florian Bruhin 2014-01-28 16:25:46 +01:00
parent 3ff4955929
commit 9f25f049b8

View File

@ -59,9 +59,7 @@ class CompletionView(QTreeView):
self.model.setSourceModel(self.completion_models['command'])
self.model.pattern_changed.connect(self.resort)
self.setItemDelegate(CompletionItemDelegate())
ss = config.get_stylesheet(self._stylesheet)
logging.debug(ss)
self.setStyleSheet(ss)
self.setStyleSheet(config.get_stylesheet(self._stylesheet)
self.expandAll()
self.setHeaderHidden(True)
self.setIndentation(0)