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 5a028ab834
commit 080e22b1bf
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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