Remove debug line that got in accidentally.

2005-11-09  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:  Remove debug
        line that got in accidentally.
This commit is contained in:
Behdad Esfahbod 2005-11-09 23:30:00 +00:00 committed by Behdad Esfahbod
parent 9717127a5b
commit 1b2c314b80
2 changed files with 0 additions and 2 deletions

View File

@ -2154,7 +2154,6 @@
base_offset = FILE_Pos();
fprintf (stderr, "%04lx base offset (behdad)\n", base_offset);
if ( ACCESS_Frame( 4L ) )
return error;

View File

@ -904,7 +904,6 @@
return Load_Coverage2( &c->cf.cf2, stream );
default:
fprintf (stderr, "at ftxopen.c:907, got %d (behdad)\n", c->CoverageFormat);
return TTO_Err_Invalid_SubTable_Format;
}