Skip to content

Commit 4b3ff13

Browse files
author
Alec Gibson
committed
Remove redundant todo comment
1 parent bb17e13 commit 4b3ff13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/backend.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ Backend.prototype.connect = function(connection, req, callback) {
132132
* (The agent is available through all middleware)
133133
*/
134134
Backend.prototype.listen = function(stream, req) {
135-
// TODO: When a Connection reconnects with a persisted src, it will change the
136-
// Agent's ID to be something different than what it had in the connection middleware
137135
var agent = new Agent(this, stream);
138136
this.trigger(this.MIDDLEWARE_ACTIONS.connect, agent, {stream: stream, req: req}, function(err) {
139137
if (err) return agent.close(err);

0 commit comments

Comments
 (0)