Skip to content

Commit d854e20

Browse files
removed-log-line
1 parent 1e8cb8b commit d854e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/commands/scan.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,6 @@ func getResubmitConfiguration(scansWrapper wrappers.ScansWrapper, projectID, use
961961
scanModelResponse := allScansModel.Scans[0]
962962
config = scanModelResponse.Metadata.Configs
963963
engines := scanModelResponse.Engines
964-
fmt.Println("engines::", engines)
965964
// Check if there are no scan types sent using the flags, and use the latest scan engine types
966965
if userScanTypes == "" {
967966
actualScanTypes = strings.Join(engines, ",")

0 commit comments

Comments
 (0)