diff --git a/lib/roles/device/plugins/group.js b/lib/roles/device/plugins/group.js index 783fd5c2..52cab793 100644 --- a/lib/roles/device/plugins/group.js +++ b/lib/roles/device/plugins/group.js @@ -145,7 +145,6 @@ module.exports = syrup.serial() lifecycle.observe(function() { return plugin.leave() - .delay(500) // Make sure that the message gets sent .catch(grouputil.NoGroupError, function() { return true })