Skip to content

Commit 91e48fb

Browse files
mrajagopalCopilot
andauthored
Update pkg/jobs/common_job_list.go
Remove superfluous log message introduced by co-pilot review Co-authored-by: Copilot <[email protected]>
1 parent 747cf49 commit 91e48fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/jobs/common_job_list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ func CommonJobList() []Job {
468468
dc.Logger.Printf("\tCould not marshal platformInfo: %v\n", err)
469469
} else {
470470
jobResult.Files[filepath.Join(dc.BaseDir, platformInfoFilename)] = platformInfoBytes
471-
dc.Logger.Printf("\tPlatform Info: %s\n", platformInfoBytes)
472471
}
473472
}
474473
ch <- jobResult

0 commit comments

Comments
 (0)