aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-11 05:02:18 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-11 05:02:18 +0300
commitbf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c (patch)
tree0902fda382956c1b749cf856d2a4d950f0196190 /Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
parentcb1b51c238c64f570d73b7dca6a2eee205b2da01 (diff)
downloadTango-bf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c.tar.gz
Tango-bf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c.zip
Started working on FSE TUP management.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
index f508fea15..5f697f979 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
@@ -120,8 +120,6 @@ namespace Tango.MachineService.Controllers
[JwtTokenFilter]
public DownloadLatestVersionResponse DownloadLatestVersion(DownloadLatestVersionRequest request)
{
- LogManager.Log("Request received...");
-
DownloadLatestVersionResponse response = new DownloadLatestVersionResponse();
using (ObservablesContext db = ObservablesContextHelper.CreateContext())