mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
remove debug prints
This commit is contained in:
parent
c7c8046231
commit
659e1ff984
1 changed files with 0 additions and 2 deletions
|
@ -277,7 +277,6 @@ var ATTACH_POINT_SETTINGS = "io.highfidelity.attachPoints";
|
|||
function getAttachPointSettings() {
|
||||
try {
|
||||
var str = Settings.getValue(ATTACH_POINT_SETTINGS);
|
||||
print("getAttachPointSettings = " + str);
|
||||
if (str === "false") {
|
||||
return {};
|
||||
} else {
|
||||
|
@ -290,7 +289,6 @@ function getAttachPointSettings() {
|
|||
}
|
||||
function setAttachPointSettings(attachPointSettings) {
|
||||
var str = JSON.stringify(attachPointSettings);
|
||||
print("setAttachPointSettings = " + str);
|
||||
Settings.setValue(ATTACH_POINT_SETTINGS, str);
|
||||
}
|
||||
function getAttachPointForHotspotFromSettings(hotspot, hand) {
|
||||
|
|
Loading…
Reference in a new issue