From 7a32a37ff990fd9b0f02dec1fafadcd20a6be5f3 Mon Sep 17 00:00:00 2001 From: d_m Date: Fri, 10 Nov 2023 21:17:54 -0500 Subject: [PATCH] disable debug by default --- term.tal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/term.tal b/term.tal index d0289cf..14c9f94 100644 --- a/term.tal +++ b/term.tal @@ -130,7 +130,7 @@ ;meta/name .System/title DEO2 ( user configuration defaults ) - #01 .debug STZ + #00 .debug STZ #01 .show-banner STZ ( #0010 .border-pad STZ2 ) #0000 .border-pad STZ2 @@ -172,7 +172,6 @@ @setup-debugging ( -> ) .debug LDZ ?&continue JMP2r &continue -( #99 #010e DEO ) ( put 99 in wst so #010e DEO reliably logs ) ;debug-log .File1/name DEO2 #01 .File1/append DEO JMP2r