about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-27 14:19:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-27 14:19:55 -0800
commit7e9f5d55ce9b17e2399d406c4b4a521fe3718e08 (patch)
tree99b058d511a7330f9be6fd46a255cac7be817fba
parent3db4ab11c4849937c935b62f11b6daf6f9b3e03d (diff)
downloadmu-7e9f5d55ce9b17e2399d406c4b4a521fe3718e08.tar.gz
5939
-rw-r--r--apps/mu.subx3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index b5ff74ec..228708d8 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -3046,9 +3046,6 @@ parse-mu-stmt:  # line: (addr stream byte), vars: (addr stack (handle var)), fn:
 $parse-mu-stmt:read-outputs:
         # name = next-mu-token(line)
         (next-mu-token *(ebp+8) %ecx)
-#?         (write-slice-buffered Stderr %ecx)
-#?         (write-buffered Stderr Newline)
-#?         (flush Stderr)
         # if slice-empty?(word-slice) break
         (slice-empty? %ecx)
         3d/compare-eax-and 0/imm32