Skip to content

Commit 1f38cc9

Browse files
committed
Remove redundant sleep timing trace
1 parent df55c93 commit 1f38cc9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/publish/confluence/confluence.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,7 @@ async function publish(
452452
uploadAttachmentsResult.push(res);
453453

454454
if (i < attachmentsToUpload.length - 1) {
455-
// short backoff between uploads
456-
const t0 = performance.now();
457455
await sleep(ATTACHMENT_UPLOAD_DELAY_MS);
458-
trace("[ATTACHMENT] sleptMs", { ms: Math.round(performance.now() - t0) }, LogPrefix.ATTACHMENT);
459456
}
460457
}
461458
trace(

0 commit comments

Comments
 (0)