Removed logs

This commit is contained in:
Jamie Berghmans
2019-12-29 03:53:06 +01:00
parent 27b8e1a5d8
commit 6c52305c01

View File

@ -69,7 +69,6 @@ static bool isFirstTryAfterEnding = false;
%ctor {
float version = [[[UIDevice currentDevice] systemVersion] floatValue];
NSLog(@"AUTOREPLAY - Version: %f", version);
if (version < 13) {
%init(IOS12);
} else {