diff options
Diffstat (limited to 'cpp/019address')
-rw-r--r-- | cpp/019address | 1 |
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; |