Skip to content
Snippets Groups Projects
Commit 7d913d06 authored by lacoche's avatar lacoche
Browse files

Remove logs

parent cd1fe3c6
No related branches found
No related tags found
1 merge request!6Scripts reviewed and updated for new WS Editor.
......@@ -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();
......
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment