From 7a9cea97029e48a92303b65735b2750ef4d919ba Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 7 Oct 2023 15:39:48 -0700 Subject: [PATCH] Remove debug print --- pkg/build/build.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/build/build.go b/pkg/build/build.go index ed96818..d8c1b3c 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -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.