Cleanup contact and list viewers

This commit is contained in:
Francis Lachapelle
2014-09-03 15:58:18 -04:00
parent ea2a88f292
commit a4695a0d87
2 changed files with 2 additions and 81 deletions
+2 -3
View File
@@ -174,14 +174,13 @@
data = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[[co container] nameInContainer], @"pid",
[co nameInContainer], @"id",
[list tag], @"tag",
[[list tag] lowercaseString], @"tag",
[list fn], @"fn",
[list nickname], @"nickname",
[list description], @"description",
cards, @"refs",
nil];
// [list cardReferences]
result = [self responseWithStatus: 200
andString: [data jsonRepresentation]];