Skip to content

Commit

Permalink
removed useless comment
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
NickSulistio and ocelotl authored May 27, 2021
1 parent 6dd503c commit 2f2611e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def request_hook_test(span, environ):

def response_hook_test(span, environ, response_headers):
span.set_attribute("hook_attr", "hello world without app")
# environ.headers.set("apple", "cat")
response_headers.append(hook_headers)

FlaskInstrumentor().instrument(
Expand Down

0 comments on commit 2f2611e

Please sign in to comment.