summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-08-04 10:17:02 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-08-04 10:20:29 +0200
commit4836a3eda9d3abaddd0d330a0a3ea121b3030a94 (patch)
treed02fe4a088d3136aca35c1e8a9f9f21db54a57f2 /bin
parent917149d05dfb9b2e11f8ee750b73398b10c1413e (diff)
bts-update: don't print number of tags changed
If there's no error, proceed quietly.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bts-update1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bts-update b/bin/bts-update
index 99e15d9a7d..8e1c59e1d3 100755
--- a/bin/bts-update
+++ b/bin/bts-update
@@ -60,7 +60,6 @@ if (@changes) {
print MAIL "$_\n" foreach @changes;
close MAIL;
}
-print int(@changes)." tags changed\n";
sub processlist {
my $list=shift;

© 2014-2024 Faster IT GmbH | imprint | privacy policy