mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 12:51:01 -04:00
Remove leftover debugging print
This commit is contained in:
parent
7fed039fdc
commit
0c2e13f18a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user