[Libreoffice-commits] dev-tools.git: scripts/annotate.pl

Stephan Bergmann sbergman at redhat.com
Wed Jul 2 00:29:12 PDT 2014


 scripts/annotate.pl |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b410eced21f8bc3a99c0f385f0759b5e2f8d18d5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jul 2 09:28:46 2014 +0200

    annotate.pl: remove redundant output

diff --git a/scripts/annotate.pl b/scripts/annotate.pl
index fc07b36..14e36e3 100755
--- a/scripts/annotate.pl
+++ b/scripts/annotate.pl
@@ -230,8 +230,6 @@ if (!$list && !$stats && !$fetch) {
 	exit 1;
     }
 
-    print "$note_text' '$note_hash\n";
-
     validate_check_note($note_text);
     validate_git_hash($note_hash) ||
 	    die "Hash on master '$note_hash' doesn't look like a git hash\n";


More information about the Libreoffice-commits mailing list