Skip to content

Commit 18ad50e

Browse files
committed
Remove one useless line
1 parent 8cb9c60 commit 18ad50e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ddp-client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ DDPClient.prototype._recoverNetworkError = function() {
7777
///////////////////////////////////////////////////////////////////////////
7878
// RAW, low level functions
7979
DDPClient.prototype._send = function(data) {
80-
var self = this;
8180
try {
8281
this.socket.send(JSON.stringify(data));
8382
}

0 commit comments

Comments
 (0)