Remove ProfileManager.Save from PrinterInfo.ID setter

This commit is contained in:
John Lewin 2016-09-13 16:26:32 -07:00
parent 6dade54a56
commit da330edabd

View file

@ -478,8 +478,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
profile.ID = value;
profile.Save();
}
ProfileManager.Instance.Save();
}
}