Skip to content

Commit 67af3d5

Browse files
committed
remove logging statements
1 parent 172f5c0 commit 67af3d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AltServer/AOSKit/AOSKit.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ + (ALTAnisetteData *)getAnisetteData {
2424
@"deviceUniqueIdentifier" : [device uniqueDeviceIdentifier]
2525
};
2626

27-
NSLog(@"%@", dict);
2827
ALTAnisetteData *data = [[ALTAnisetteData alloc] initWithJSON:dict];
29-
NSLog(@"%@", data.description);
3028
return data;
3129
}
3230

0 commit comments

Comments
 (0)