From 65ed5895600682181a2a82dd73b7f4eba2700384 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 21 Mar 2006 00:45:18 +0000
Subject: [PATCH] (dump-stencil-as-EPS): remove debugging code.

---
 ChangeLog            | 2 ++
 scm/framework-ps.scm | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3dfd33fb23..676e50134f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
+
 	* lily/instrument-name-engraver.cc (process_music): kludge: add
 	InstrumentName spanner to axis group of left bound. Fixes chopped
 	off instrument names in EPS images.
diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm
index 01afebab02..0e68240bd3 100644
--- a/scm/framework-ps.scm
+++ b/scm/framework-ps.scm
@@ -491,7 +491,6 @@
 	 (port (ly:outputter-port outputter))
 	 (xext (ly:stencil-extent dump-me X))
 	 (yext (ly:stencil-extent dump-me Y))
-	 (foo (display (list xext yext "\n")))
 	 (bbox
 	  (map
 	   (lambda (x)
-- 
2.39.5