branch: master
commit c6728606e5c5aeb1dfd5c065b2e6d319d3032e90
Author: Justin Burkett <jus...@burkett.cc>
Commit: Justin Burkett <jus...@burkett.cc>

    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