Remove TODO

This commit is contained in:
Blake Watters
2010-06-18 15:49:28 -04:00
parent 89c2ab8d9c
commit 385e6bf1af

View File

@@ -45,7 +45,6 @@
} else if ([response isError]) {
NSString* errorMessage = nil;
if ([response isJSON]) {
// TODO: Should be using single error objects in an array!
errorMessage = [[[response bodyAsJSON] valueForKey:@"errors"] componentsJoinedByString:@", "];
}
if (nil == errorMessage) {