about summary refs log tree commit diff stats
path: root/063list.mu
diff options
context:
space:
mode:
Diffstat (limited to '063list.mu')
-rw-r--r--063list.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/063list.mu b/063list.mu
index 0ae881d4..0c07961d 100644
--- a/063list.mu
+++ b/063list.mu
@@ -39,7 +39,6 @@ recipe rest [
 
 scenario list-handling [
   run [
-#?     $start-tracing #? 1
     1:address:list <- copy 0
     1:address:list <- push 3, 1:address:list
     1:address:list <- push 4, 1:address:list