aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hydrilla/mitmproxy_launcher/launch.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hydrilla/mitmproxy_launcher/launch.py b/src/hydrilla/mitmproxy_launcher/launch.py
index e197ad5..e0c559b 100644
--- a/src/hydrilla/mitmproxy_launcher/launch.py
+++ b/src/hydrilla/mitmproxy_launcher/launch.py
@@ -26,12 +26,6 @@
# court.
-# We want to run mitmproxy with our script as an addon. A simple way would be to
-# find something like a 'main' function in mitmproxy, import it and call here.
-# Unfortunately, there is currently no guarantee that such function can be
-# considered mitmproxy's stable programming API. For this reason we instead
-# spawn a new process.
-
import sys
import os
import subprocess as sp