mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-16 22:50:31 +01:00
feat(youtube/return-youtube-dislike): do not debug log when updating the text
This commit is contained in:
parent
5a028ab834
commit
080e22b1bf
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user