Remove stylesheet debug output
This commit is contained in:
parent
3ff4955929
commit
9f25f049b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user