Commit bbfcae9c by Sebastián Katzer

Remove not needed code line

parent d70ffb5d
...@@ -166,7 +166,6 @@ NSInteger const APPLocalNotificationTypeTriggered = 2; ...@@ -166,7 +166,6 @@ NSInteger const APPLocalNotificationTypeTriggered = 2;
NSData* data; NSData* data;
NSMutableDictionary* obj = [self.userInfo mutableCopy]; NSMutableDictionary* obj = [self.userInfo mutableCopy];
[obj removeObjectForKey:@"json"];
[obj removeObjectForKey:@"updatedAt"]; [obj removeObjectForKey:@"updatedAt"];
data = [NSJSONSerialization dataWithJSONObject:obj data = [NSJSONSerialization dataWithJSONObject:obj
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment