Removed "fix" that caused project files to create new instances if there was no conflict.

The overriding doesn't make any sense. The original commit mentions that it should fix something, but it doesn't acutally fix it. It seems
the original issue was fixed in the proper place, leaving this code to mess everything up.

CURA-3756
This commit is contained in:
Jaime van Kessel 2017-07-17 11:08:31 +02:00
parent 7f1dfcf433
commit 99b236c8d4

View file

@ -305,9 +305,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
# In this case, you can either create a new one, or safely override the existing one.
#
# Default values
for k, v in self._resolve_strategies.items():
if v is None:
self._resolve_strategies[k] = "new"
return WorkspaceReader.PreReadResult.accepted