emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c672860 2/4: Remove debugging message


From: Justin Burkett
Subject: [elpa] master c672860 2/4: Remove debugging message
Date: Sat, 20 May 2017 12:08:23 -0400 (EDT)

branch: master
commit c6728606e5c5aeb1dfd5c065b2e6d319d3032e90
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    Remove debugging message
    
    * vdiff.el (vdiff--scroll-function): Remove message
---
 vdiff.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index c17023a..0524b1b 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1428,7 +1428,6 @@ buffer)."
              (2-scroll (nth 3 2-scroll-data))
              ;; 1 is short for this; 2 is the first other and 3 is the second
              (vdiff--in-scroll-hook t))
-        (message "%s" 2-scroll-data)
         (when (and 2-pos 2-start-pos)
           (set-window-point 2-win 2-pos)
           ;; For some reason without this unless the vscroll gets eff'd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]