From 9e1d408e7ec9dc414edc119034504bbdb8b7be73 Mon Sep 17 00:00:00 2001 From: Parth Wazurkar Date: Wed, 15 Aug 2018 11:40:56 +0530 Subject: [PATCH] [tfm] Fix typo. --- src/tfm/tfmobjs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tfm/tfmobjs.c b/src/tfm/tfmobjs.c index 7e4ec55e9..277b5ce80 100644 --- a/src/tfm/tfmobjs.c +++ b/src/tfm/tfmobjs.c @@ -265,7 +265,6 @@ fi->ds = READ_INT4( stream ); /* Design Size */ fi->design_size = (FT_ULong)((double)(fi->ds)/(double)(1<<20)); - printf("fi->cs is %ld\n",fi->cs); if( fi->cs <= 0 ) { error = FT_THROW( Unknown_File_Format );