mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +02:00
Removed stray debugPrint
This commit is contained in:
parent
fd1fded276
commit
231ebef117
1 changed files with 0 additions and 1 deletions
|
@ -361,7 +361,6 @@ function multiDataUpdater(groupName, updateKeyPair, userDataElement, defaults) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
debugPrint(JSON.stringify(parsedData));
|
|
||||||
if (Object.keys(parsedData[groupName]).length == 0) {
|
if (Object.keys(parsedData[groupName]).length == 0) {
|
||||||
delete parsedData[groupName];
|
delete parsedData[groupName];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue