mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-11 11:25:12 +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:
@@ -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