From 1498d5df38a478dc609864a75ea3329b77437b44 Mon Sep 17 00:00:00 2001 From: Kapim Date: Wed, 8 Dec 2021 12:54:20 +0100 Subject: [PATCH] Fixed: * removed hack --- arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs b/arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs index 8c0b3b774..30c616fe1 100644 --- a/arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs +++ b/arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs @@ -234,7 +234,6 @@ public void RemoveOldModels(string robotType) { /// Type of the robot. /// public bool CheckIfNewerRobotModelExists(string robotType, string fileName) { - return false; // HACK - remove once lastModified on project service get working again if (RobotModelsSources.TryGetValue(fileName, out bool downloadInProgress)) { if (downloadInProgress) {