mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Removed a Stray Print json that would spam logs.
This commit is contained in:
parent
d9f86612de
commit
b1639ee3aa
1 changed files with 0 additions and 1 deletions
|
@ -1618,7 +1618,6 @@ var PropertiesTool = function (opts) {
|
|||
print('Edit.js received web event that was not valid json.')
|
||||
return;
|
||||
}
|
||||
print(JSON.stringify(data))
|
||||
var i, properties, dY, diff, newPosition;
|
||||
if (data.type === "print") {
|
||||
if (data.message) {
|
||||
|
|
Loading…
Reference in a new issue