Skip to content

Commit e4f2155

Browse files
committed
remove debug output
1 parent 6b9032a commit e4f2155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xbin/Releasable.p6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ sub changelog-to-stats($changelog) {
131131
my $ignored = set ignored-commits;
132132
my @unlogged = @git-commits.grep: * ! ($commits-mentioned $ignored); # ordered
133133
$summary //= {@git-commits - @unlogged} out of {+@git-commits} commits logged;
134-
$summary ~= " (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) (OLD-VERSION: $version-old)";
135134
{ :$summary, :@unlogged, :@warnings }
136135
}
137136

0 commit comments

Comments
 (0)