summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-12-31 19:00:45 +0000
committerdteske <dteske@FreeBSD.org>2015-12-31 19:00:45 +0000
commit0a47132513582fe66f2cb109d44de39958ac52ee (patch)
tree75de46eff3806799d9430b0c8ab6488ccb1d99c6 /sys/boot/forth
parent249aea4a20095ca1b8ddd14c3bb95fd4236babcb (diff)
downloadFreeBSD-src-0a47132513582fe66f2cb109d44de39958ac52ee.zip
FreeBSD-src-0a47132513582fe66f2cb109d44de39958ac52ee.tar.gz
Remove debugging messages. NB: SVN r187143 reads:
comment out some debugging messages that slipped in by mistake (removing them 7 years after they have been commented out) MFC after: 1 week
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/support.4th3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th
index 9a68872..0fe9a8c 100644
--- a/sys/boot/forth/support.4th
+++ b/sys/boot/forth/support.4th
@@ -852,7 +852,6 @@ only forth also support-functions definitions
\ Interface to loading conf files
: load_conf ( addr len -- )
- \ ." ----- Trying conf " 2dup type cr \ debugging
0 to end_of_file?
reset_line_reading
O_RDONLY fopen fd !
@@ -944,7 +943,6 @@ string current_file_name_ref \ used to print the file name
\ loader_conf_files processing support functions
: get_conf_files ( -- addr len ) \ put addr/len on stack, reset var
- \ ." -- starting on <" conf_files strtype ." >" cr \ debugging
conf_files strget 0 0 conf_files strset
;
@@ -971,7 +969,6 @@ string current_file_name_ref \ used to print the file name
pos char+ to pos
repeat
addr len pos addr r@ + pos r> -
- \ 2dup ." get_file_name has " type cr \ debugging
;
: get_next_file ( addr len ptr -- addr len ptr' addr' len' | 0 )
OpenPOWER on IntegriCloud