removed unnecessary NSLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22906 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicolas Roard 2006-05-11 21:14:02 +00:00
parent 2775136fd9
commit 4306661eda

View file

@ -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]];
}