Remove leftover debugging print

This commit is contained in:
Campbell 2024-10-08 14:06:09 -04:00
parent 7fed039fdc
commit 0c2e13f18a
Signed by: NinjaCheetah
GPG Key ID: 670C282B3291D63D

View File

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