dashboard: remove vestige of status bar. Closes #517

This commit is contained in:
Sebastien Bourdeauducq 2016-07-19 00:01:59 +08:00
parent 26b5981e2f
commit 0963b07774
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ class ScheduleDock(QtWidgets.QDockWidget):
row = idx[0].row()
selected_rid = self.table_model.row_to_key[row]
pipeline = self.table_model.backing_store[selected_rid]["pipeline"]
self.status_bar.showMessage("Requesting termination of all "
"experiments in pipeline '{}'".format(pipeline))
logger.info("Requesting termination of all "
"experiments in pipeline '%s'", pipeline)
rids = set()
for rid, info in self.table_model.backing_store.items():