From e2718999ea624ca76bc635e4cf41761fbe31baf0 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Sun, 4 Aug 2019 19:44:41 +0200 Subject: [PATCH] Revert "Adds default timeout to notification center" This reverts commit 59da93a96644df85a5142c949f6bf26152fcd35f. --- lib/utils.js | 4 ---- 1 file changed, 4 deletions(-) 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; };