Skip to content

Commit

Permalink
feat(response): log
Browse files Browse the repository at this point in the history
Update response.dev.js
Update response.js
  • Loading branch information
VirgilClyne committed Nov 8, 2024
1 parent ede31fd commit ea2f0b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/response.dev.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
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 ea2f0b0

Please sign in to comment.