mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 16:29:30 +00:00
Monotone-Parent: eb06109e7dbac6a079881fb4c620004ec6eacfb0
Monotone-Revision: 6e0ac31d3221ebff37ebe3b730483079aafa8b52 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-08T23:51:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user