diff options
Diffstat (limited to 'desktop/core/library/g.js')
-rw-r--r-- | desktop/core/library/g.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/core/library/g.js b/desktop/core/library/g.js index 4d0cbf3..8fece12 100644 --- a/desktop/core/library/g.js +++ b/desktop/core/library/g.js @@ -25,10 +25,6 @@ function OperatorG (orca, x, y, passive) { } this.run = function () { - if (!this.bang()) { return } - - this.draw = false - // Read let str = '' for (const id in this.ports.input) { |