1
0
Fork 0

Remove debugging statement

This commit is contained in:
Tom Willemse 2020-12-01 09:27:12 -08:00
parent 8280bce15c
commit af077d1e03

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.1113.093948
;; Version: 2020.1130.123447
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -70,9 +70,7 @@
(expand-file-name fileB))
(add-hook 'ediff-cleanup-hook cleanup-function))
nil)
(_
(message "Got args: \"%s\"" (list files proc nowait))
(funcall fun files proc nowait))))
(_ (funcall fun files proc nowait))))
;;;###autoload
(advice-add 'server-visit-files :around #'oni-ediff-server)