Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
foldericon committed Jul 17, 2014
1 parent b99f2f6 commit 5da4a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/TXDumperSheet.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ - (id)init
}
NSProcessInfo *pinfo = [NSProcessInfo processInfo];
NSArray *myarr = [[pinfo operatingSystemVersionString] componentsSeparatedByString:@" "];
NSLog(@"OS VERSION: %@", [myarr objectAtIndex:1]);
if([[myarr objectAtIndex:1] hasPrefix:@"10.8"] == NO && [[myarr objectAtIndex:1] hasPrefix:@"10.9"] == NO) {
yosemiteorlater=YES;
[self.searchBar setHidden:NO];
Expand Down

0 comments on commit 5da4a17

Please sign in to comment.