mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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