mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Removing the remotepdb stuff.
This commit is contained in:
parent
1948a27023
commit
0f0fc15c16
@ -11,11 +11,6 @@ from OpenSSL import SSL
|
||||
from mitmproxy import version
|
||||
|
||||
|
||||
def remote_debug(host='localhost', port=4444):
|
||||
import remote_pdb
|
||||
remote_pdb.RemotePdb(host, port).set_trace()
|
||||
|
||||
|
||||
def dump_system_info():
|
||||
mitmproxy_version = version.get_dev_version()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user