Remove debug print
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-07 15:39:48 -07:00
parent 0c6cdadd82
commit 7a9cea9702

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.