aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/core/library/q.js
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/core/library/q.js')
-rw-r--r--desktop/core/library/q.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/core/library/q.js b/desktop/core/library/q.js
index f0d10c2..8de4256 100644
--- a/desktop/core/library/q.js
+++ b/desktop/core/library/q.js
@@ -25,7 +25,6 @@ function OperatorQ (orca, x, y, passive) {
const len = this.listen(this.ports.haste.len, true, 1)
const x = this.listen(this.ports.haste.x, true)
const y = this.listen(this.ports.haste.y, true)
-
for (let i = 1; i <= len; i++) {
this.ports.input[`val${i}`] = { x: x + i, y: y }
orca.lock(this.x + x + i, this.y + y)