Skip to content

Commit bac1b85

Browse files
committed
preen debug
1 parent 0bdac0a commit bac1b85

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

onvif/client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,10 @@ class AsyncTransportProtocolErrorHandler(AsyncTransport):
106106

107107
@retry_connection_error(attempts=2, exception=httpx.RemoteProtocolError)
108108
async def post(self, address, message, headers):
109-
import pprint
110-
111-
pprint.pprint(["post", address, message, headers])
112109
return await super().post(address, message, headers)
113110

114111
@retry_connection_error(attempts=2, exception=httpx.RemoteProtocolError)
115112
async def get(self, address, params, headers):
116-
import pprint
117-
118-
pprint.pprint(["get", address, params, headers])
119113
return await super().get(address, params, headers)
120114

121115

0 commit comments

Comments
 (0)