diff --git a/TextConverters/RTF/RTFConsumer.m b/TextConverters/RTF/RTFConsumer.m index dd24fb53f..383853cff 100644 --- a/TextConverters/RTF/RTFConsumer.m +++ b/TextConverters/RTF/RTFConsumer.m @@ -1093,8 +1093,6 @@ void GSRTFparagraph (void *ctxt) void GSRTFNeXTGraphic (void *ctxt, const char *fileName, int width, int height) { - NSLog (@"RTFNextGraphic called"); - NSLog (@"we want to read the file: <%s> (%dx%d)", fileName, width, height); [(RTFDConsumer *)ctxt appendImage: [NSString stringWithCString: fileName]]; }