mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-27 22:01: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.
|
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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user