Skip to content

Commit

Permalink
Revert "Adds default timeout to notification center"
Browse files Browse the repository at this point in the history
This reverts commit 59da93a.
  • Loading branch information
mikaelbr committed Aug 4, 2019
1 parent 3fefdf3 commit e271899
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/utils.js
Expand Up @@ -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;
};
Expand Down

0 comments on commit e271899

Please sign in to comment.