Removed logs
This commit is contained in:
1
Tweak.xm
1
Tweak.xm
@ -69,7 +69,6 @@ static bool isFirstTryAfterEnding = false;
|
|||||||
|
|
||||||
%ctor {
|
%ctor {
|
||||||
float version = [[[UIDevice currentDevice] systemVersion] floatValue];
|
float version = [[[UIDevice currentDevice] systemVersion] floatValue];
|
||||||
NSLog(@"AUTOREPLAY - Version: %f", version);
|
|
||||||
if (version < 13) {
|
if (version < 13) {
|
||||||
%init(IOS12);
|
%init(IOS12);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user