From 4087e5c7f7a6605fc6ac9edcb6794850f4b2847a Mon Sep 17 00:00:00 2001 From: Alexander Malmberg Date: Fri, 31 Jan 2003 21:11:13 +0000 Subject: [PATCH] Remove debugging printf. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15826 72102866-910b-0410-8b05-ffd578937521 --- Source/GSHorizontalTypesetter.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/GSHorizontalTypesetter.m b/Source/GSHorizontalTypesetter.m index b4d74abff..8542a4cc1 100644 --- a/Source/GSHorizontalTypesetter.m +++ b/Source/GSHorizontalTypesetter.m @@ -671,12 +671,12 @@ restart: glyphPosition: p characterIndex: g->char_index]; - printf("cell at %i, (%g %g) in (%g %g)+(%g %g), got rect (%g %g)+(%g %g)\n", +/* printf("cell at %i, (%g %g) in (%g %g)+(%g %g), got rect (%g %g)+(%g %g)\n", g->char_index,p.x,p.y, lf->rect.origin.x,lf->rect.origin.y, lf->rect.size.width,lf->rect.size.height, r.origin.x,r.origin.y, - r.size.width,r.size.height); + r.size.width,r.size.height);*/ /* For some obscure reason, the rectangle we get is up-side-down compared to everything else here, and has it's origin in p.