Monotone-Parent: eb06109e7dbac6a079881fb4c620004ec6eacfb0

Monotone-Revision: 6e0ac31d3221ebff37ebe3b730483079aafa8b52

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-08T23:51:15
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-11-08 23:51:15 +00:00
parent 4ef3571f97
commit f24bc66403
1 changed files with 5 additions and 5 deletions

View File

@ -147,8 +147,8 @@ static NGCardsSaxHandler *sax = nil;
- (Class) classForTag: (NSString *) tagClass
{
NSLog (@"class '%@': '%@'", NSStringFromClass([self class]),
tagClass);
// NSLog (@"class '%@': '%@'", NSStringFromClass([self class]),
// tagClass);
return nil;
}
@ -174,9 +174,9 @@ static NGCardsSaxHandler *sax = nil;
newChild = [aChild elementWithClass: mappedClass];
}
}
else
NSLog (@"warning: no mapped class for tag '%@'",
childTag);
// else
// NSLog (@"warning: no mapped class for tag '%@'",
// childTag);
if (!newChild)
newChild = aChild;