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