Update parse_save.py

Removed comment
This commit is contained in:
Earthnuker 2017-10-08 00:04:05 +00:00
parent ca979c2ae6
commit cef9944fc6

View file

@ -16,5 +16,3 @@ with open("Save0.sav", 'rb') as sav_file:
print("Title:",save.title)
for var in save.data:
print(" - {}: {}".format(var.name,var.data))
#for block in save.data:
# print("{}: {}".format(block.v_name, block.v_data))