mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 07:34:33 +02: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);
|
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