Remove unused param for #start callback

This commit is contained in:
Andrew Stewart 2014-06-10 18:38:00 -07:00
parent 594c73dc60
commit b66a1d3fee
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Robot.prototype.start = function() {
self.startConnections,
self.startDevices,
begin
], function(err, results) {
], function(err) {
if (!!err) {
Logger.fatal("An error occured while trying to start the robot:");
Logger.fatal(err);