mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
Monotone-Parent: 4d602a103e8374d8aced65e9979231733ede20b2
Monotone-Revision: 178e12e8acc2c953743deaff7ad6e66cf95244b4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T20:58:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -346,8 +346,6 @@ static NSNumber *sharedYes = nil;
|
||||
NSString *url;
|
||||
BOOL handledLater;
|
||||
|
||||
NSLog (@"lookup name '%@' in apt folder", _key);
|
||||
|
||||
/* first check attributes directly bound to the application */
|
||||
handledLater = [self requestNamedIsHandledLater: _key inContext: _ctx];
|
||||
if (handledLater)
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
id currentObject;
|
||||
BOOL done;
|
||||
|
||||
NSLog (@"lookup ocs path for '%@' (%s)", [object nameInContainer], [object class]->name);
|
||||
pathForObject = nil;
|
||||
currentObject = object;
|
||||
done = NO;
|
||||
@@ -118,8 +117,6 @@
|
||||
else
|
||||
currentObject = [currentObject container];
|
||||
|
||||
NSLog (@"path found = '%@'", pathForObject);
|
||||
|
||||
return pathForObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user