Skip to content

Commit 1ceb445

Browse files
Remove print msg
1 parent 5fa6e86 commit 1ceb445

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/commands/scan.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,10 +2093,6 @@ func uploadZip(uploadsWrapper wrappers.UploadsWrapper, zipFilePath string, unzip
20932093

20942094
// check for INCREASE_FILE_UPLOAD_LIMIT feature flag
20952095
flagResponse, _ := featureFlagsWrapper.GetSpecificFlag(wrappers.IncreaseFileUploadLimit)
2096-
2097-
fmt.Println("flagResponse.Status: ", flagResponse.Status)
2098-
fmt.Println("fileInfo.Size(): ", fileInfo.Size())
2099-
fmt.Println("MaxSizeBytes: ", MaxSizeBytes)
21002096
if flagResponse.Status && fileInfo.Size() > MaxSizeBytes {
21012097
// File size >5GB, proceed with multipart upload
21022098
logger.PrintIfVerbose("File size >5GB and INCREASE_FILE_UPLOAD_LIMIT flag is enabled,hence uploading file in multiple parts...")

0 commit comments

Comments
 (0)