From 5513ba4c2db05de40d9adfac645d7e77c35c71f7 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 4 Dec 2018 14:11:29 +0200 Subject: Worked on PPC setup & update. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 -- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs | 1 - 2 files changed, 3 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs index b4780887b..5fcb7e209 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -455,8 +455,6 @@ namespace Tango.PPC.Common.MachineUpdate { return Task.Factory.StartNew(() => { - CurrentStep = MachineUpdateSteps.UpdatingFromPackage; - LogManager.Log($"Starting machine update from update package '{fileName}'..."); //Create temporary folders for packages. diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs index 74931d2d4..9c4e9e425 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs @@ -17,6 +17,5 @@ namespace Tango.PPC.Common.MachineUpdate SynchronizingData, [Description("Updating Configuration")] SynchronizingMachineConfiguration, - UpdatingFromPackage } } -- cgit v1.3.1