Remove unnecessary shutdown delay from the group plugin.

This commit is contained in:
Simo Kinnunen
2014-04-18 17:16:04 +09:00
parent 8da5b61289
commit 035caf91b6

View File

@@ -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
})