Browse Source

Removed logs

master
Jamie Berghmans 4 years ago
parent
commit
6c52305c01
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Tweak.xm

+ 0
- 1
Tweak.xm 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 {

Loading…
Cancel
Save