Skip to content

Commit

Permalink
feat(response): log
Browse files Browse the repository at this point in the history
Update response.js
  • Loading branch information
VirgilClyne committed Nov 8, 2024
1 parent ede31fd commit 305144b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ log(`⚠ FORMAT: ${FORMAT}`, "");
case true:
default:
body = ViewUniteReply.fromBinary(rawBody);
log("ViewUniteReply", JSON.stringify(body, null, 2), "");
if (body.cm?.sourceContent?.length) {
log("🎉 up主推荐广告去除");
body.cm.sourceContent = [];
Expand Down

0 comments on commit 305144b

Please sign in to comment.