mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-21 13:21:12 +01:00
feat(youtube/return-youtube-dislike): do not debug log when updating the text
This commit is contained in:
parent
dc656dfa0a
commit
05e61ca8e1
@ -150,7 +150,7 @@ public class ReturnYouTubeDislike {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateDislike(textRef, isSegmentedButton, votingData);
|
updateDislike(textRef, isSegmentedButton, votingData);
|
||||||
LogHelper.printDebug(() -> "Updated text on component: " + conversionContextString);
|
LogHelper.printDebug(() -> "Updated text");
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
LogHelper.printException(() -> "Error while trying to update dislikes text", ex);
|
LogHelper.printException(() -> "Error while trying to update dislikes text", ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user