From 677936cab5e2374ed73348f1cc1b04fee6484d78 Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 14 Sep 2018 12:30:18 -0400 Subject: [PATCH] removing the print debug statement --- weirdAAL.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weirdAAL.py b/weirdAAL.py index fd57f12..9771525 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -56,7 +56,6 @@ def perform_credential_check(): def method_create(): try: - print(globals()) arg = globals()["module_" + args.module] return arg except KeyError: