mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove debug log in entityIconOverlayManager
This commit is contained in:
parent
86116aaad7
commit
42d518fafb
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
|
|||
overlayProperties[key] = customProperties[key];
|
||||
}
|
||||
}
|
||||
print("overlay:", properties.type, JSON.stringify(overlayProperties));
|
||||
Overlays.editOverlay(overlay, overlayProperties);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue