mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Cleanup missed print statement
This commit is contained in:
parent
8c9f62a2fb
commit
c399002d1d
@ -93,7 +93,6 @@ class MigrationUnpickler(pickle.Unpickler):
|
||||
except AttributeError:
|
||||
alternate = name.split('.')[:-1] + [name.split('.')[-1][0].lower() + name.split('.')[-1][1:]]
|
||||
name = '.'.join(alternate)
|
||||
print(name)
|
||||
return super().find_class(module, name)
|
||||
# fmt: on
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user