From 56b984bf7c4785cd0bcfd45a174ea802c6d0d471 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 4 Mar 2019 13:48:35 +0200 Subject: Fixed issue with machine service not including exception messages on azure. --- .../Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index a2016d4e0..a2c761824 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -65,7 +65,6 @@ namespace Tango.MachineService.Controllers using (ObservablesContext db = ObservablesContextHelper.CreateContext()) { - db.Configuration.LazyLoadingEnabled = false; String machine_guid = RequestToken.Object.MachineGuid; var machine = db.Machines.SingleOrDefault(x => x.Guid == machine_guid); -- cgit v1.3.1