Remove leftover debugging print

This commit is contained in:
2024-10-08 14:06:09 -04:00
parent 7fed039fdc
commit 0c2e13f18a

View File

@@ -75,7 +75,6 @@ class SettingTxt:
The data of a decrypted setting.txt file. The data of a decrypted setting.txt file.
""" """
setting_dict = {} setting_dict = {}
print(setting_txt)
# Iterate over every key in the file to create a dictionary. # Iterate over every key in the file to create a dictionary.
for line in setting_txt.splitlines(): for line in setting_txt.splitlines():
line = line.strip() line = line.strip()