mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Removed unnecessary print commands reamaining after debugging.
This commit is contained in:
parent
9bd68c0103
commit
33f22568b9
1 changed files with 0 additions and 2 deletions
|
@ -80,7 +80,6 @@ Script.include("/~/system/libraries/utils.js");
|
|||
}));
|
||||
} else {
|
||||
if (this.selectedTarget.type === Picks.INTERSECTED_ENTITY) {
|
||||
print("selectEntity message")
|
||||
Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({
|
||||
method: "selectEntity",
|
||||
entityID: this.selectedTarget.objectID,
|
||||
|
@ -89,7 +88,6 @@ Script.include("/~/system/libraries/utils.js");
|
|||
intersection: this.selectedTarget.intersection
|
||||
}));
|
||||
} else if (this.selectedTarget.type === Picks.INTERSECTED_OVERLAY) {
|
||||
print("selectOverlay message")
|
||||
Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({
|
||||
method: "selectOverlay",
|
||||
overlayID: this.selectedTarget.objectID,
|
||||
|
|
Loading…
Reference in a new issue