mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Revert "Debugging output for subscription issue"
This reverts commit a0582c7e1e.
This commit is contained in:
@@ -282,11 +282,6 @@ static NSArray *childRecordFields = nil;
|
||||
else
|
||||
name = primaryDN;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self errorWithFormat: @"(%s): No c_foldername defined (%@)",
|
||||
__PRETTY_FUNCTION__, [container defaultFolderName]];
|
||||
}
|
||||
|
||||
return name;
|
||||
}
|
||||
@@ -347,12 +342,7 @@ static NSArray *childRecordFields = nil;
|
||||
[fc cancelFetch];
|
||||
[cm releaseChannel: fc];
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
[self errorWithFormat: @"(%s): Could not fetch c_foldername from %@ for c_path %@",
|
||||
__PRETTY_FUNCTION__, [folderLocation gcsTableName], ocsPath];
|
||||
[self errorWithFormat: @"%@", localException];
|
||||
}
|
||||
NS_HANDLER;
|
||||
NS_ENDHANDLER;
|
||||
}
|
||||
|
||||
@@ -449,11 +439,7 @@ static NSArray *childRecordFields = nil;
|
||||
record = [[self folderManager] recordAtPath: _path];
|
||||
|
||||
if (!record)
|
||||
{
|
||||
[self errorWithFormat: @"(%s): Can't find record at path %@",
|
||||
__PRETTY_FUNCTION__, _path];
|
||||
return nil;
|
||||
}
|
||||
return nil;
|
||||
|
||||
[cache setValue: [record jsonRepresentation] forKey: _path];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user