Skip to content

Commit 0167cbd

Browse files
committed
removing unused defines
1 parent 04c1def commit 0167cbd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/auth_var_tool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
# Puts the script into debug mode, may be enabled via argparse
5555
ENABLE_DEBUG = False
5656

57-
# Index into the certificate argument
58-
CERTIFICATE_FILE_PATH = 0
59-
CERTIFICATE_PASSWORD = 1
60-
6157
logging.basicConfig()
6258
logger = logging.getLogger()
6359
logger.setLevel(logging.INFO)

0 commit comments

Comments
 (0)