From 13bb6067f2859c1143c529dc68439f27849de29c Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 11 Nov 2020 15:49:17 -0800 Subject: [PATCH] remove debug message --- ofw/of/property.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofw/of/property.fs b/ofw/of/property.fs index 8252945..3811502 100644 --- a/ofw/of/property.fs +++ b/ofw/of/property.fs @@ -44,7 +44,7 @@ true value encode-first? \ : prune ( name len -- ) last (prune) ; \ OF816: just smudge it, hopefully properties don't change that often : prune ( name len -- ) - get-current search-wordlist 0= if ." no prune!" cr exit then + get-current search-wordlist 0= if exit then dup c@ (f_prot) (f_smudg) or and if drop \ protected or smudged already else