We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282c5d8 commit e363b90Copy full SHA for e363b90
packages/bundler-plugin-core/src/utils/getPreSignedURL.ts
@@ -96,7 +96,6 @@ export const getPreSignedURL = async ({
96
let response: Response;
97
try {
98
const body = preProcessBody(requestBody);
99
- debug(`Request body: ${JSON.stringify(body)}`);
100
response = await fetchWithRetry({
101
retryCount,
102
url: `${apiUrl}${API_ENDPOINT}`,
0 commit comments