about summary refs log tree commit diff stats
path: root/prototypes/browse/18/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/18/main.mu')
-rw-r--r--prototypes/browse/18/main.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/prototypes/browse/18/main.mu b/prototypes/browse/18/main.mu
index e2b41b73..7bb7d07d 100644
--- a/prototypes/browse/18/main.mu
+++ b/prototypes/browse/18/main.mu
@@ -1,8 +1,6 @@
 fn main args: (addr array (addr array byte)) -> exit-status/ebx: int {
   # initialize fs from args[1]
   var filename/eax: (addr array byte) <- first-arg args
-#?   print-string filename
-#?   print-string "\n"
   var file-state-storage: file-state
   var fs/esi: (addr file-state) <- address file-state-storage
   init-file-state fs, filename