From 817ea47e3261c87195a52ce4a1ffe8b60c600eb6 Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Mon, 22 May 2017 14:40:07 -0400 Subject: [PATCH] Remove XY from monitor reporting --- src/engine/blocks.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/engine/blocks.js b/src/engine/blocks.js index 6177e400b..a65e4ac13 100644 --- a/src/engine/blocks.js +++ b/src/engine/blocks.js @@ -298,11 +298,7 @@ class Blocks { id: block.id, opcode: block.opcode, // @todo(vm#565) for numerical values with decimals, some countries use comma - 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 + value: '' }); } break;