mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:47:02 +02:00
remove prints
This commit is contained in:
parent
b5f1793863
commit
80dc98b2c2
1 changed files with 0 additions and 4 deletions
|
@ -124,10 +124,6 @@
|
||||||
print("TABLET in showTabletUI, already rezzed");
|
print("TABLET in showTabletUI, already rezzed");
|
||||||
}
|
}
|
||||||
var tabletProperties = {};
|
var tabletProperties = {};
|
||||||
if (HMD.tabletContextualMode)
|
|
||||||
print("DBACK tabletContextualMode");
|
|
||||||
else
|
|
||||||
print("DBACK NOT tabletContextualMode");
|
|
||||||
if (!HMD.tabletContextualMode) { // contextual mode forces tablet in place -> don't update attachment
|
if (!HMD.tabletContextualMode) { // contextual mode forces tablet in place -> don't update attachment
|
||||||
UIWebTablet.calculateTabletAttachmentProperties(activeHand, true, tabletProperties);
|
UIWebTablet.calculateTabletAttachmentProperties(activeHand, true, tabletProperties);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue