debugging
This commit is contained in:
parent
252f57f430
commit
59e1321e62
1 changed files with 2 additions and 1 deletions
|
|
@ -555,7 +555,8 @@ public class ReturnYouTubeDislike {
|
|||
|
||||
if (originalDislikeSpan != null && replacementLikeDislikeSpan != null
|
||||
&& spansHaveEqualTextAndColor(original, originalDislikeSpan)) {
|
||||
Logger.printDebug(() -> "Replacing span with previously created dislike span of data: " + videoId);
|
||||
Logger.printDebug(() -> "Replacing span: " + original + " with " +
|
||||
"previously created dislike span of data: " + videoId);
|
||||
return replacementLikeDislikeSpan;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue