aboutsummaryrefslogtreecommitdiff
path: root/emacs/pre-push
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-11-21 19:17:32 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-11-21 19:21:44 +0100
commit5e701323e0b3bac034a0be0b99476619d4c885cf (patch)
treed6db7fac476c7bb947147ccdf09ff5b06f031d29 /emacs/pre-push
parente43d2b8c0e4af9c4e2d6279d8df836186fdb0ab6 (diff)
downloaddotfiles-5e701323e0b3bac034a0be0b99476619d4c885cf.tar.gz
dotfiles-5e701323e0b3bac034a0be0b99476619d4c885cf.zip
emacs: removed debugging logs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/pre-push')
-rwxr-xr-xemacs/pre-push2
1 files changed, 0 insertions, 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