Skip to content

Commit 0bb0e3d

Browse files
authored
Reverting change for poor code
1 parent 643c437 commit 0bb0e3d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

MSAL/test/app/ios/MSALTestAppLogViewController.m

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,23 +127,4 @@ - (void)didReceiveMemoryWarning
127127
// Dispose of any resources that can be recreated.
128128
}
129129

130-
- (void)proccessData:(NSArray *)data {
131-
132-
if (data == nil) {
133-
NSLog(@"Data is null");
134-
return;
135-
}
136-
137-
for (int i = 0; i <= [data count]; i++) {
138-
NSString *item = [data objectAtIndex:i];
139-
NSLog(@"Item: %@", item);
140-
}
141-
142-
NSString *str = nil;
143-
NSLog(@"String length: %lu", (unsigned long)[str length]);
144-
// creating array
145-
NSMutableArray *array = [[NSMutableArray alloc] init];
146-
[array addObject:@"Test"];
147-
}
148-
149130
@end

0 commit comments

Comments
 (0)