Clean handle_thp_session

M1nd3r 2 months ago
parent 7f7e42a8ce
commit 00d67f8b0b

@ -103,13 +103,6 @@ async def handle_thp_session(iface: WireInterface, is_debug_session: bool = Fals
thp_v1.set_buffer(ctx_buffer)
if __debug__ and is_debug_session:
import apps.debug
print(apps.debug.DEBUG_CONTEXT) # TODO remove
# TODO add debug context or smth to apps.debug
# Take a mark of modules that are imported at this point, so we can
# roll back and un-import any others.
modules = utils.unimport_begin()

Loading…
Cancel
Save