Cleanup contact and list viewers

This commit is contained in:
Francis Lachapelle
2014-09-03 15:58:18 -04:00
parent b57a8163fe
commit 4b0ef6086a
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]];