about summary refs log tree commit diff stats
path: root/shell/global.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-11 18:20:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-11 18:20:47 -0700
commit6f64f5d3b69eb817dbef54abb548454a62bde04e (patch)
treef1f3b1ee58fd9a2a0b6529a1d4b2cbb76461cc73 /shell/global.mu
parent82578254689bad9c3ccc238be491f6f0b6fdb0e2 (diff)
downloadmu-6f64f5d3b69eb817dbef54abb548454a62bde04e.tar.gz
.
Diffstat (limited to 'shell/global.mu')
-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) {