Remove debug print
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-10-07 15:39:48 -07:00
parent 0c6cdadd82
commit 7a9cea9702
1 changed files with 0 additions and 2 deletions

View File

@ -708,8 +708,6 @@ func getSources(ctx context.Context, dirs types.Directories, bv *types.BuildVars
LocalDir: dirs.ScriptDir,
}
println("ld", opts.LocalDir)
if !strings.EqualFold(bv.Checksums[i], "SKIP") {
// If the checksum contains a colon, use the part before the colon
// as the algorithm and the part after as the actual checksum.