Skip to content

Commit daa2263

Browse files
committed
chore: remove console
1 parent 042cb4b commit daa2263

File tree

2 files changed

+5
-77
lines changed

2 files changed

+5
-77
lines changed

pnpm-lock.yaml

+5-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/weixin/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export async function toRelease() {
186186
spinner.fail(statusText)
187187
throw new Error(statusText)
188188
}
189-
console.log(statusText)
190189
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')
191190
// 点击提交审核
192191
await submitBtn?.click()

0 commit comments

Comments
 (0)