Skip to content

Commit cc77a67

Browse files
committed
remove double init of variable
1 parent 0ea77f4 commit cc77a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/client.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ var Client = function(config) {
1717
this.database = config.database || defaults.database;
1818
this.port = config.port || defaults.port;
1919
this.host = config.host || defaults.host;
20-
this.queryQueue = [];
2120
this.connection = config.connection || new Connection({stream: config.stream});
2221
this.queryQueue = [];
2322
this.password = config.password || defaults.password;

0 commit comments

Comments
 (0)