Skip to content

Commit

Permalink
dashboard: remove vestige of status bar. Closes #517
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 18, 2016
1 parent 26b5981 commit 0963b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artiq/dashboard/schedule.py
Original file line number Diff line number Diff line change
@@ -142,8 +142,8 @@ def terminate_pipeline_clicked(self):
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():

0 comments on commit 0963b07

Please sign in to comment.