Navigation Menu

Skip to content

Commit

Permalink
Removed a redundant redundancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhthomas committed May 3, 2011
1 parent de5d157 commit e8894a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimplenoteSession.m
Expand Up @@ -1045,7 +1045,7 @@ - (void)syncResponseFetcher:(SyncResponseFetcher*)fetcher receivedData:(NSData*)
NSArray *systemtags = [rawEntry objectForKey:@"systemtags"]; NSArray *systemtags = [rawEntry objectForKey:@"systemtags"];


if ([noteKey length] && [syncnum intValue] && [modified doubleValue]) { if ([noteKey length] && [syncnum intValue] && [modified doubleValue]) {
//convenient intermediate format, including all metadata included //convenient intermediate format, including all metadata
//in the index, so we don't need to fetch the individual note if //in the index, so we don't need to fetch the individual note if
//content hasn't changed //content hasn't changed
[entries addObject:[NSDictionary dictionaryWithObjectsAndKeys: [entries addObject:[NSDictionary dictionaryWithObjectsAndKeys:
Expand Down

0 comments on commit e8894a9

Please sign in to comment.