Skip to content

Commit

Permalink
Remove unused, incorrect rejection handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 27, 2016
1 parent fb62450 commit 3afd4ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,6 @@ controller.getAccessPointInfo = function(opts) {
} else {
log.info(`${tessel.name} is not configured as an access point (run "t2 ap --help" to learn more)`);
}
})
.catch((error) => {
throw error;
});
});
};
Expand Down

0 comments on commit 3afd4ab

Please sign in to comment.