From 57747065665394275a7f5128c0dbf339ea2d22a8 Mon Sep 17 00:00:00 2001 From: EJ Date: Wed, 30 Oct 2013 04:34:04 -0700 Subject: [PATCH] cleaned up extra param --- lib/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connection.js b/lib/connection.js index 3728bb59..6ef5d6bc 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -349,7 +349,7 @@ Connection.prototype.socketDrained = function(socket, serviceBuffer) { socket.busy = false; if(this.options.enhanced) { var notification = socket.cachedNotifications[socket.cachedNotifications.length - 1]; - this.emit('transmitted', notification.notification, notification.recipient, socket); + this.emit('transmitted', notification.notification, notification.recipient); } if(serviceBuffer === true && !this.runningOnNextTick) { // There is a possibility that this could add multiple invocations to the