From 5e701323e0b3bac034a0be0b99476619d4c885cf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Nov 2017 19:17:32 +0100 Subject: emacs: removed debugging logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/pre-push | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/pre-push b/emacs/pre-push index ec6b3ec..b970c8d 100755 --- a/emacs/pre-push +++ b/emacs/pre-push @@ -51,7 +51,6 @@ __mssola_sync() { # a change on a GNU Emacs file, then it needs to by synced with my server. while read local_ref local_sha remote_ref remote_sha do - echo "LOOP" if [ "$local_sha" = $z40 ] then # Handle delete @@ -69,7 +68,6 @@ do # Commits afecting GNU Emacs are prefixed with "emacs: ". It's a # convention that I always follow. commit=`git rev-list -n 1 --grep '^emacs:' "$range"` - echo "COMMIT $commit" if [ -n "$commit" ] then __mssola_sync -- cgit v1.2.3