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 -- 1 file changed, 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs') 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. -- cgit v1.3.1