Skip to content

Commit

Permalink
removed unneeded notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Emfinger committed Apr 27, 2016
1 parent e8543e9 commit 82fce36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/RunExperiment/RunExperiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ define([
'pkill roscore',
'rm -rf ' + deployment_dir
];
self.notify('info','starting binaries.');
return utils.deployOnHost(host_commands, ip, user);
});
return Q.all(tasks);
Expand Down

0 comments on commit 82fce36

Please sign in to comment.