Skip to content

Commit

Permalink
remove unessesary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zemberdotnet committed Oct 18, 2023
1 parent 29fcb3d commit c8ece42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ export async function uploadDataChunk<
);

if (compressUploads) {
logger.info('Sending compressed upload');
const buf = await gzipData({ [type]: batch });
await apiClient.post(
`/persister/synchronization/jobs/${jobId}/${type as string}`,
Expand Down

0 comments on commit c8ece42

Please sign in to comment.