mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 17:46:47 +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) {
|
||||
delete parsedData[groupName];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue