Commit 7d913d06 authored by Jérémy Lacoche's avatar Jérémy Lacoche
Browse files

Remove logs

parent cd1fe3c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -332,9 +332,7 @@ namespace ETSI.ARF.WorldStorage.UI
            List<WorldLink> worldLinks = WorldLinkRequest.GetWorldLinksSync(worldStorageServer);
            foreach (WorldLink worldLink in worldLinks)
            {
                Debug.Log("ports");
                var portPair = GetPortsFromWorldLink(worldLink);
                Debug.Log("edge " + (portPair.Key == null)+   "  " + (portPair.Value == null));
                ARFEdgeLink edge = portPair.Key.ConnectTo<ARFEdgeLink>(portPair.Value);
                edge.worldLink = worldLink;
                edge.GUID = worldLink.UUID.ToString();
+0 −1
Original line number Diff line number Diff line
@@ -259,7 +259,6 @@ namespace ETSI.ARF.WorldStorage.Editor.Windows
            }

            List<WorldAnchor> listA = WorldAnchorRequest.GetWorldAnchorsSync(worldStorageServer);
            Debug.Log("Anchors " +listA.Count);
            foreach (WorldAnchor wa in listA)
            {
                if (wa.KeyvalueTags.ContainsKey("unityAuthoringPosX") && wa.KeyvalueTags.ContainsKey("unityAuthoringPosY"))