mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:30:46 +00:00
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:
parent
2775136fd9
commit
4306661eda
1 changed files with 0 additions and 2 deletions
|
@ -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]];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue