removed debug code

This commit is contained in:
Yash Tripathi 2021-05-23 11:52:52 +05:30 committed by GitHub
parent 9be8a3a998
commit 194d45ad2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ def initialize_arguments():
key, val = arg[2:], True
config[key] = val
config["script"] = args.script
print(config)
return config