about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shell/global.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/global.mu b/shell/global.mu
index 03d60dd1..96bda579 100644
--- a/shell/global.mu
+++ b/shell/global.mu
@@ -60,7 +60,6 @@ fn load-globals in: (addr handle cell), self: (addr global-table) {
     loop
   }
   move-cursor-to-left-margin-of-next-line 0/screen
-#?   abort "zz"
 }
 
 fn write-globals out: (addr stream byte), _self: (addr global-table) {
66'>66 67 68 69