mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +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);
|
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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user