Skip to content

Commit

Permalink
fix: remove redundant makefile dependency and debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfinstad committed Nov 27, 2024
1 parent 8713f40 commit 7a8d86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ changelog:
fi

.PHONY: prepare-git-for-release
prepare-git-for-release: changelog
prepare-git-for-release:
@echo -e "\n\n###########################################################################"
echo Make prepare-git-for-release

Expand Down
2 changes: 0 additions & 2 deletions tools/generate-changelog/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func (c SchemaChange) Description(parentAddress ...string) (descriptionLines []s

// remove empty entries
parentAddress = slices.DeleteFunc(parentAddress, func(e string) bool { return e == "" })
fmt.Printf("\n%#v\n", parentAddress)
fmt.Printf("%#v\n", c)

switch c.ChangeTo {
case SchemaChangeToProvider:
Expand Down

0 comments on commit 7a8d86a

Please sign in to comment.