Skip to content

Commit a0879f5

Browse files
committed
Remove corresponding config call
1 parent f0677f6 commit a0879f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

newrelic/config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,12 +2997,6 @@ def _process_module_builtin_defaults():
29972997

29982998
_process_module_definition("aiohttp.wsgi", "newrelic.hooks.framework_aiohttp", "instrument_aiohttp_wsgi")
29992999
_process_module_definition("aiohttp.web", "newrelic.hooks.framework_aiohttp", "instrument_aiohttp_web")
3000-
_process_module_definition(
3001-
"aiohttp.web_reqrep", "newrelic.hooks.framework_aiohttp", "instrument_aiohttp_web_response"
3002-
)
3003-
_process_module_definition(
3004-
"aiohttp.web_response", "newrelic.hooks.framework_aiohttp", "instrument_aiohttp_web_response"
3005-
)
30063000
_process_module_definition(
30073001
"aiohttp.web_urldispatcher", "newrelic.hooks.framework_aiohttp", "instrument_aiohttp_web_urldispatcher"
30083002
)

0 commit comments

Comments
 (0)