mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 20:58:58 +08:00
Remove debugging print statement
Don't know how this passed code review. I think I was the one to review it, too.
This commit is contained in:
parent
e9d1e91ec2
commit
5d3b442efb
@ -101,7 +101,6 @@ class VersionUpgrade49to410(VersionUpgrade):
|
||||
"""
|
||||
parser = configparser.ConfigParser(interpolation = None, comment_prefixes = ())
|
||||
parser.read_string(serialized)
|
||||
print(filename)
|
||||
|
||||
# Update setting version number.
|
||||
parser["metadata"]["setting_version"] = "17"
|
||||
|
Loading…
x
Reference in New Issue
Block a user