remove debug output to stdout.

This commit is contained in:
Jan Nieuwenhuizen 2016-08-12 12:06:59 +02:00
parent ef874c8fd3
commit 066deeb183
1 changed files with 0 additions and 4 deletions

View File

@ -78,7 +78,6 @@
;; -- Guile
(guile
(display "GUILE") (newline)
(use-modules (ice-9 pretty-print))
(use-modules (srfi srfi-9))
@ -96,9 +95,6 @@
;; -- Mes
(mes
(display "MES!")
(newline)
(define pprint display)
(define lalr-keyword? symbol?)
(define-macro (BITS-PER-WORD) 30)