Skip to content

Commit

Permalink
feat(youtube/return-youtube-dislike): do not debug log when updating …
Browse files Browse the repository at this point in the history
…the text
  • Loading branch information
oSumAtrIX committed Dec 5, 2022
1 parent 5a028ab commit 080e22b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ public static void onComponentCreated(Object conversionContext, AtomicReference<
}

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

0 comments on commit 080e22b

Please sign in to comment.