Skip to content

Commit 0404df8

Browse files
author
Guven Karanfil
committed
remove logs
1 parent af88b32 commit 0404df8

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ async function checkTaskStatus(taskId: string, currentAttempt = 0) {
5858
}
5959
)
6060
const res = await response.json()
61-
console.log('task Status Response:', res)
6261
if ((res?.stateValue == 0 || res?.stateValue == 1) && currentAttempt < 100) {
6362
return checkTaskStatus(taskId, currentAttempt + 1)
6463
} else if (res?.stateValue === 2) {

0 commit comments

Comments
 (0)