From f1695e3305c21ddeec8cd812e515a4a2301da9af Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 17 Oct 2018 15:32:24 +0900 Subject: [PATCH] Remove comment --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 3ca5a27..0453207 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-17 15:31:39 JST 10sr> +;; Time-stamp: <2018-10-17 15:32:23 JST 10sr> ;;; Code: @@ -2797,7 +2797,6 @@ If current path was not found in the parent revision try to go up path." (let* ((commitid (git-walktree--git-plumbing "rev-parse" git-walktree-current-commitish)) (children (git-walktree--get-children commitid))) - (message "%S" children) (if (< (length children) 1) (message "There are no known child revision")