Skip to content

Commit 230693d

Browse files
committed
remove console debug printing the whole body of resp
1 parent 264a651 commit 230693d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/releases.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ async function getAirgapBuildRelease(vendorPortalApi: VendorPortalApi, appId: st
398398
throw new Error(`Failed to get airgap build release: Server responded with ${res.message.statusCode}`);
399399
}
400400
const body: any = JSON.parse(await res.readBody());
401-
console.debug(`Airgapped build release body: ${JSON.stringify(body)}`);
402401
const release = body.releases.find((r: any) => r.sequence === releaseSequence);
403402
return {
404403
sequence: release.sequence,

0 commit comments

Comments
 (0)