feat(youtube/return-youtube-dislike): do not debug log when updating the text

This commit is contained in:
oSumAtrIX 2022-12-05 06:07:19 +01:00
parent dc656dfa0a
commit 05e61ca8e1

View File

@ -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);
}