Skip to content

Commit d650741

Browse files
authored
lib/client: remove no-op statement (brianc#3240)
This looks like it was a refactoring of var connectionTimeoutHandle; Co-authored-by: alxndrsn <alxndrsn>
1 parent d1548d6 commit d650741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class Client extends EventEmitter {
9999
}
100100
this._connecting = true
101101

102-
this.connectionTimeoutHandle
103102
if (this._connectionTimeoutMillis > 0) {
104103
this.connectionTimeoutHandle = setTimeout(() => {
105104
con._ending = true

0 commit comments

Comments
 (0)