Skip to content

Commit e363b90

Browse files
committed
remove request body from being logged
1 parent 282c5d8 commit e363b90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bundler-plugin-core/src/utils/getPreSignedURL.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export const getPreSignedURL = async ({
9696
let response: Response;
9797
try {
9898
const body = preProcessBody(requestBody);
99-
debug(`Request body: ${JSON.stringify(body)}`);
10099
response = await fetchWithRetry({
101100
retryCount,
102101
url: `${apiUrl}${API_ENDPOINT}`,

0 commit comments

Comments
 (0)