Skip to content

Commit

Permalink
remove redundant logs
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Kumar <[email protected]>
  • Loading branch information
itsdarshankumar committed Aug 30, 2023
1 parent aa78c43 commit 57f88a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/build/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (extensions *Extensions) DockerFiles(kind string, path string, logger loggi
logger.Debugf("Found %s Dockerfile for extension '%s'", kind, ext.ID)
switch kind {
case DockerfileKindBuild:
// will implement later
break
case DockerfileKindRun:
buildpack.ValidateRunDockerfile(dockerfile.Info, logger)
default:
Expand Down Expand Up @@ -113,7 +113,6 @@ func (extensions *Extensions) SetExtensions(path string, logger logging.Logger)
}
}
extensions.Extensions = groupExt
fmt.Println("extensions.Extensions", extensions.Extensions)
return nil
}

Expand Down

0 comments on commit 57f88a2

Please sign in to comment.