Skip to content

Commit 9215c36

Browse files
committed
Remove debugging warning.
1 parent c2af68f commit 9215c36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/async/http/protocol/http2/stream.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ def closed(error)
180180

181181
if @output
182182
@output.stop(error)
183-
184-
Async.logger.warn(self) {"Closed output: #{@output}"}
185-
186183
@output = nil
187184
end
188185

0 commit comments

Comments
 (0)