diff --git a/lib/client.js b/lib/client.js index 11beedad..6eaa2fc9 100644 --- a/lib/client.js +++ b/lib/client.js @@ -63,7 +63,6 @@ p.disconnect = function() { p.query = function(text) { var query = new Query(); - query.client = this; query.text = text; this.queryQueue.push(query); this.pulseQueryQueue();