about summary refs log tree commit diff stats
path: root/073list.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-12-02 23:20:02 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-12-02 23:20:02 -0800
commitdca2ee53b1eb97a9d107dc4c997dcdd0a5b0b9df (patch)
treeb9bb88af3ee72ca4c0ddea1d09975a1f05acbb65 /073list.mu
parentf1c95401d80a81475cebc21c6ec1e333dfe796ba (diff)
downloadmu-dca2ee53b1eb97a9d107dc4c997dcdd0a5b0b9df.tar.gz
2617
Diffstat (limited to '073list.mu')
-rw-r--r--073list.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/073list.mu b/073list.mu
index 7e068b60..1e0e6a17 100644
--- a/073list.mu
+++ b/073list.mu
@@ -77,7 +77,6 @@ recipe to-buffer in:address:list:_elem, buf:address:buffer -> buf:address:buffer
   load-ingredients
   {
     break-if in
-    $print [000], 10/newline
     buf <- append buf, 48/0
     reply
   }