Remove XY from monitor reporting

This commit is contained in:
Paul Kaplan 2017-05-22 14:40:07 -04:00
parent 144a0b349d
commit 817ea47e32

View file

@ -298,11 +298,7 @@ class Blocks {
id: block.id, id: block.id,
opcode: block.opcode, opcode: block.opcode,
// @todo(vm#565) for numerical values with decimals, some countries use comma // @todo(vm#565) for numerical values with decimals, some countries use comma
value: '', value: ''
// @todo(vm#566) Don't require sending x and y when instantiating a
// monitor. If it's not preset the GUI should decide.
x: 0,
y: 0
}); });
} }
break; break;