Skip to content

Commit

Permalink
Remove logger.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Avalos Ribas authored and Gonzalo Avalos Ribas committed Oct 5, 2023
1 parent 08d9dc3 commit bdd38f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/integration-sdk-runtime/src/synchronization/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,15 +541,6 @@ export async function uploadData<T extends UploadDataLookup, K extends keyof T>(
uploadBatchSizeInBytes || DEFAULT_UPLOAD_BATCH_SIZE_IN_BYTES,
logger,
);
logger.info(
{
batches: batches.map((b) => ({
length: b.length,
sizeInBytes: getSizeOfObject(b),
})),
},
'Sending Batches',
);
await pMap(
batches,
async (batch: T[K][]) => {
Expand Down

0 comments on commit bdd38f7

Please sign in to comment.