remove forgotten debug printf

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-11-12 17:27:26 -08:00
parent 9daf1db9b1
commit 53b588029b
2 changed files with 1 additions and 2 deletions

View File

@@ -200,7 +200,6 @@ func newPipelineRunner(computed *compiler.Value, s solver.Solver, platform strin
}
v := compiler.Wrap(t.Value())
fmt.Println(platform)
var pipelinePlatform specs.Platform
if platform == "" {
pipelinePlatform = specs.Platform{OS: "linux", Architecture: "amd64"}