mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 22:09:29 +00:00
chore(core): removed NSLog calls
This commit is contained in:
@@ -278,14 +278,12 @@ static NSString *sieveScriptName = @"sogo";
|
||||
{
|
||||
v = [line substringToIndex: [line length]-2];
|
||||
[theRequirements addObject: v];
|
||||
NSLog(@"require: |%@|", v);
|
||||
}
|
||||
// Else handle lines like: require ["imapflags","vacation"];
|
||||
else if ([line characterAtIndex: 0] == '[')
|
||||
{
|
||||
o = [[line substringToIndex: [line length]-1] objectFromJSONString];
|
||||
[theRequirements addObjectsFromArray: o];
|
||||
NSLog(@"requires: |%@|", o);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user