Skip to content

Commit

Permalink
Merge pull request #1775 from carolynvs/remove-debug-statement2
Browse files Browse the repository at this point in the history
Remove debug print statement
  • Loading branch information
carolynvs authored Sep 23, 2021
2 parents 2db6e71 + c3b7717 commit 6cffc84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cnab/extensions/parameter_sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package extensions

import (
"encoding/json"
"fmt"

"github.com/cnabio/cnab-go/bundle"
"github.com/pkg/errors"
Expand Down Expand Up @@ -203,7 +202,6 @@ func SupportsParameterSources(b bundle.Bundle) bool {
// GetParameterSources checks if the parameter sources extension is present and returns its
// extension configuration.
func (e ProcessedExtensions) GetParameterSources() (ParameterSources, bool, error) {
fmt.Printf("Processed bundle extensions:\n%#v\n", e)
rawExt, required := e[ParameterSourcesExtensionKey]

ext, ok := rawExt.(ParameterSources)
Expand Down

0 comments on commit 6cffc84

Please sign in to comment.