From 2cd528967b53ef01dd176d01bc33ccd12017db32 Mon Sep 17 00:00:00 2001 From: cktricky Date: Thu, 19 Apr 2018 11:31:16 -0400 Subject: [PATCH] removed this method --- weirdAAL.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/weirdAAL.py b/weirdAAL.py index 969dfef..4472905 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -45,11 +45,6 @@ def perform_credential_check(): print("The AWS Access Keys are not valid/active") sys.exit(1) - -def module_recon(): - print("!!!") - - def method_create(): try: arg = globals()["module_" + args.step]