Skip to content

Commit

Permalink
refactor: 删除console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Aug 4, 2024
1 parent 7c9e87d commit 7677254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/48tools/src/services/weibo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export async function requestPcLiveJson(liveId: string): Promise<PcLiveJson> {
}
});

console.log(res);

return res.body;
}

Expand Down

0 comments on commit 7677254

Please sign in to comment.