about summary refs log tree commit diff stats
path: root/prototypes/browse/18
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-05 13:56:19 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-05 13:56:19 -0700
commitb3998440f35026a0ad45e85cc6de0e8cc62b00f1 (patch)
tree14d240ba93710b1d827e4dba993d3efe46b6fb3b /prototypes/browse/18
parent536058af78a1f3f7dfd9bae6e3da7281941cb01c (diff)
downloadmu-b3998440f35026a0ad45e85cc6de0e8cc62b00f1.tar.gz
6468
Diffstat (limited to 'prototypes/browse/18')
-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