From 066deeb183f6c71e01d45a3579ac17ab3713108f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 12 Aug 2016 12:06:59 +0200 Subject: [PATCH] remove debug output to stdout. --- lib/lalr.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/lalr.scm b/lib/lalr.scm index 56a5f83d..3a3b7293 100644 --- a/lib/lalr.scm +++ b/lib/lalr.scm @@ -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)