Skip to content

Commit

Permalink
removed obsolete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hempel committed Jul 5, 2023
1 parent 3f37c17 commit d614cf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/lib/template/template_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/pkg/errors"
"github.com/programmfabrik/apitest/pkg/lib/datastore"
"github.com/sirupsen/logrus"
"github.com/yudai/pp"
"golang.org/x/mod/semver"
"golang.org/x/oauth2"

Expand Down Expand Up @@ -320,7 +319,6 @@ func (loader *Loader) Render(
},
"not_match": func(regex, text string) (bool, error) {
match, err := regexp.Match(regex, []byte(text))
pp.Println("not_match -", match, err)
return !match, err
},
"replace_host": func(srcURL string) (string, error) {
Expand Down

0 comments on commit d614cf3

Please sign in to comment.