Skip to content

Commit 99be79e

Browse files
author
Josh Holtz
committed
Removed comment
1 parent 718eafc commit 99be79e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Classes/JSONAPIResourceParser.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ + (void)set:(NSObject <JSONAPIResource> *)resource withDictionary:dictionary {
177177

178178
NSDictionary *relationships = [dictionary objectForKey:@"relationships"];
179179
NSDictionary *attributes = [dictionary objectForKey:@"attributes"];
180-
181-
// resource.selfLink = [links valueForKey:@"self"];
182180

183181
id ID = [dictionary objectForKey:@"id"];
184182
NSFormatter *format = [descriptor idFormatter];

0 commit comments

Comments
 (0)