diff --git a/lib/utils.js b/lib/utils.js index 40f2521..7c75f29 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -210,10 +210,6 @@ module.exports.mapToMac = function(options) { delete options.wait; } - if (!options.wait && !options.timeout) { - options.timeout = 10; - } - options.json = true; return options; };