Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
comments clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
namgk committed Mar 13, 2017
1 parent dfdf509 commit 5d27802
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ function validate(opts, validationOptions) {

var result = validator.validate(opts, '/Options', validationOptions);

// check empty interfaces
// if (opts.hasOwnProperty('interfaces')) {
// if (opts.interfaces.length === 0) {
// result.addError('no interfaces were defined');
// }
// }

// check required credentials
if (opts.hasOwnProperty('interfaces')) {
var hasCredentials = opts.hasOwnProperty('credentials');
Expand Down

0 comments on commit 5d27802

Please sign in to comment.