Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
phk422 committed Sep 5, 2024
1 parent 042cb4b commit daa2263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 77 deletions.
81 changes: 5 additions & 76 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/weixin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export async function toRelease() {
spinner.fail(statusText)
throw new Error(statusText)
}
console.log(statusText)
const submitBtn = await page.waitForSelector('#js_container_box > div.col_main > div > div:nth-child(4) > div.main_bd > span > div.code_mod.mod_default_box.code_version_test > div.mod_default_bd.default_box.test_version > div > div > div.code_version_log_ft > div > div.weui-desktop-popover__wrp > span > div > button')
// 点击提交审核
await submitBtn?.click()
Expand Down

0 comments on commit daa2263

Please sign in to comment.