Skip to content

Commit

Permalink
[chore] remove spurious printouts from changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 10, 2021
1 parent a8d0891 commit b499824
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ private static Iterable<RevCommit> resolveCommits(Git git, JReleaserContext cont
vp = Pattern.compile("(.*)");
}
Pattern versionPattern = vp;
System.out.println("effectiveTagName = " + effectiveTagName);
System.out.println("tagName = " + tagName);
System.out.println("tagPattern = " + tagPattern);
System.out.println("vp = " + vp);

tags.sort((tag1, tag2) -> {
Comparable v1 = version(context, tag1, versionPattern);
Expand Down

0 comments on commit b499824

Please sign in to comment.