Removed a Stray Print json that would spam logs.

This commit is contained in:
Matti Lahtinen 2017-02-27 23:40:06 +02:00 committed by GitHub
parent d9f86612de
commit b1639ee3aa

View file

@ -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) {