Remove debugging printf.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-01-31 21:11:13 +00:00
parent 3ea5844deb
commit 4087e5c7f7

View file

@ -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.