From af077d1e03efbf4254678dc2d149a1d7b4a567ac Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Dec 2020 09:27:12 -0800 Subject: Remove debugging statement --- oni-ediff.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'oni-ediff.el') diff --git a/oni-ediff.el b/oni-ediff.el index 1d6d860..33f7dcf 100644 --- a/oni-ediff.el +++ b/oni-ediff.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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) -- cgit v1.2.3-54-g00ecf