Skip to content

Commit 26703f5

Browse files
committed
remove extra comment
1 parent f6dcb38 commit 26703f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/database/src/core/PersistentConnection.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ export class PersistentConnection extends ServerActions {
233233
this.outstandingGets_ = [];
234234
}
235235
this.log_('get ' + index + ' timed out on connection');
236-
// It's possible that we were once able to reach the server,
237-
// but not anymore. If that's the case, the client could have
238-
// an active listener with cached data for this get. The Repo
239-
// will try to retrieve this cached data if we can't connect
240-
// here.
241236
deferred.reject(new Error('Client is offline.'));
242237
}, GET_CONNECT_TIMEOUT);
243238
}

0 commit comments

Comments
 (0)