Skip to content

Commit 5f5fc93

Browse files
remove poc comment
1 parent fe85ebe commit 5f5fc93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Connectors/ArcGIS/Speckle.Connectors.ArcGIS3/HostApp/ArcGISColorManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ private CIMUniqueValueClass CreateColorCategory(TraversalContext tc, esriGeometr
8787
if (parent.applicationId is string appId && ObjectColorsIdMap.TryGetValue(appId, out Color objColor))
8888
{
8989
color = objColor;
90-
// POC: should we get the color of the closest parent and break, or walk up to the highest possible?
9190
break;
9291
}
9392
}

0 commit comments

Comments
 (0)