about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
   }