about summary refs log tree commit diff stats
path: root/apps/tile/rpn.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/rpn.mu')
-rw-r--r--apps/tile/rpn.mu12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu
index 935d7bdd..22aa9c19 100644
--- a/apps/tile/rpn.mu
+++ b/apps/tile/rpn.mu
@@ -609,12 +609,6 @@ fn evaluate functions: (addr handle function), bindings: (addr table), scratch:
         top <- decrement
         var dest-offset/edx: (offset value) <- compute-offset data, top
         var target-val/edx: (addr value) <- index data, dest-offset
-#?           {
-#?             print-string 0, "DD: "
-#?             var y0/eax: int <- copy target-val
-#?             print-int32-hex 0, y0
-#?             print-string 0, "\n"
-#?           }
         # create binding from curr-stream to target-val
         var key-h: (handle array byte)
         var key/ecx: (addr handle array byte) <- address key-h
@@ -648,12 +642,6 @@ fn evaluate functions: (addr handle function), bindings: (addr table), scratch:
         var val/eax: (addr value) <- lookup *val-ah
         compare val, 0
         break-if-=
-#?           {
-#?             print-string 0, "UU: "
-#?             var y0/eax: int <- copy val
-#?             print-int32-hex 0, y0
-#?             print-string 0, "\n"
-#?           }
         push-value-stack out, val
         break $evaluate:process-word
       }