From c4ece4677faf4a30c898b33da7ae49d05279c0fa Mon Sep 17 00:00:00 2001 From: 0xInfection <0xinfection@gmail.com> Date: Fri, 1 Mar 2024 11:40:30 +0530 Subject: [PATCH] rm debug --- arjun/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/arjun/__main__.py b/arjun/__main__.py index 08fec4f..daa528f 100644 --- a/arjun/__main__.py +++ b/arjun/__main__.py @@ -55,8 +55,6 @@ except ImportError: mem.var = vars(args) -print(mem.var) - mem.var['method'] = mem.var['method'].upper() if mem.var['method'] != 'GET':