File 0018-remove-leftover-debug-printf.patch of Package fonttosfnt.20912

From 5727003b1df9071a2bc9a42bc0b25d7c03c8de09 Mon Sep 17 00:00:00 2001
From: Christopher Zimmermann <madroach@gmerlin.de>
Date: Fri, 23 Oct 2020 21:00:06 +0200
Subject: [PATCH] remove leftover debug printf

---
 write.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/write.c b/write.c
index 90a1d5b..cfc4793 100644
--- a/write.c
+++ b/write.c
@@ -295,8 +295,6 @@ fontMetrics(FontPtr font)
     if(font->pxMetrics.underlinePosition == UNDEF)
 	font->metrics.underlinePosition = - font->metrics.descent * 2;
     else {
-	fprintf(stderr, "Setting underlinePosition. pxMetrics.underlinePosition is %d. height is %d\n",
-		font->pxMetrics.underlinePosition, font->pxMetrics.height);
 	font->metrics.underlinePosition =
 	    font->pxMetrics.underlinePosition
 	    * TWO_SIXTEENTH / font->pxMetrics.height;
-- 
GitLab

openSUSE Build Service is sponsored by