about summary refs log tree commit diff stats
path: root/cpp/019address
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-18 00:08:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-18 00:08:19 -0700
commita6b26e669c5b589ada71c19bc9d360b536c47aef (patch)
treee801d2574c67d120d7689b217421c7db4a546a1b /cpp/019address
parent15ab959d64e65c313ec9741a64e906f986597078 (diff)
downloadmu-a6b26e669c5b589ada71c19bc9d360b536c47aef.tar.gz
952
Diffstat (limited to 'cpp/019address')
-rw-r--r--cpp/019address1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/019address b/cpp/019address
index c8685f3d..608e5e69 100644
--- a/cpp/019address
+++ b/cpp/019address
@@ -110,7 +110,6 @@ recipe main [
 
 :(replace{} "case GET:")
 case GET: {
-  trace("run") << "foo: ingredient 0 is " << instructions[pc].ingredients[0].name << "/" << instructions[pc].ingredients[0].value;
   trace("run") << "ingredient 0 is " << instructions[pc].ingredients[0].name;
   reagent base = canonize(instructions[pc].ingredients[0]);
   int base_address = base.value;