fix: remove ipdb
This commit is contained in:
parent
e2042ae54f
commit
31bd95758d
1 changed files with 0 additions and 6 deletions
|
|
@ -117,12 +117,6 @@ class VcsHttpProxy(object):
|
|||
|
||||
log.debug("http-app: preparing %s request to: %s", method, url)
|
||||
|
||||
import ipdb;
|
||||
import rich
|
||||
from rich import print as pprint, inspect
|
||||
pprint("** STARTING DEBUG **")
|
||||
ipdb.set_trace()
|
||||
|
||||
response = session.request(
|
||||
method, url, data=_maybe_stream_request(environ), headers=request_headers, stream=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue