We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172f5c0 commit 67af3d5Copy full SHA for 67af3d5
1 file changed
AltServer/AOSKit/AOSKit.m
@@ -24,9 +24,7 @@ + (ALTAnisetteData *)getAnisetteData {
24
@"deviceUniqueIdentifier" : [device uniqueDeviceIdentifier]
25
};
26
27
- NSLog(@"%@", dict);
28
ALTAnisetteData *data = [[ALTAnisetteData alloc] initWithJSON:dict];
29
- NSLog(@"%@", data.description);
30
return data;
31
}
32
0 commit comments