diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index f8ffbcf..601e70c 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -243,13 +243,6 @@ static uint8_t cellDividerDataBytes[] = { 0x39, 0x39, 0x36, 0x30, 0x31, 0x37, 0x31, 0x33, 0x38, }; %hook YTIElementRenderer -- (NSData *)elementData { - // NSString *description = [self description]; - if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) return cellDividerData; - return %orig; -} -%end -%hook YTIElementRenderer - (NSData *)elementData { if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) { // HBLogInfo(@"YTX adLogging %@", cellDividerData);