about summary refs log tree commit diff stats
path: root/028call_return.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-10 23:29:23 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-10 23:29:23 -0800
commitd860e5a5d84ac357090e4d3de95ba5244818ae6d (patch)
tree9f5d0f52956e30d98de2bf652f05fbef60b0da78 /028call_return.cc
parent93d4cc937ee480952cb93f21e5a04a96296c8302 (diff)
downloadmu-d860e5a5d84ac357090e4d3de95ba5244818ae6d.tar.gz
3664
Diffstat (limited to '028call_return.cc')
-rw-r--r--028call_return.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/028call_return.cc b/028call_return.cc
index 436f4751..3e547f06 100644
--- a/028call_return.cc
+++ b/028call_return.cc
@@ -20,7 +20,6 @@ def f [
   12:num <- next-ingredient
   13:num <- add 1, 12:num
   reply 12:num, 13:num
-  $dump-trace
 ]
 +mem: storing 34 in location 1
 +mem: storing 35 in location 2