mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed debug lines accidentally left in last modification
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
955690403e
commit
f9e9f2feb6
1 changed files with 0 additions and 4 deletions
|
@ -2419,10 +2419,6 @@ NSDebugMLLog(@"GSMime", @"Header parsed - %@", info);
|
|||
if (doc != nil)
|
||||
{
|
||||
[document addContent: doc];
|
||||
if ([doc headerNamed: @"content-type"] == nil)
|
||||
{
|
||||
NSLog(@"Content: %@", [[doc convertToText] dataUsingEncoding: NSUnicodeStringEncoding]);
|
||||
}
|
||||
}
|
||||
[self _child];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue