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

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

[elpa] 29/31: Remove leftover debug statement


From: Dmitry Gutov
Subject: [elpa] 29/31: Remove leftover debug statement
Date: Tue, 18 Mar 2014 05:19:39 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit a9742a1d8e3b098d8a908ac9b33e6ff90383c52e
Author: Dmitry Gutov <address@hidden>
Date:   Tue Mar 18 03:17:15 2014 +0200

    Remove leftover debug statement
---
 company-semantic.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/company-semantic.el b/company-semantic.el
index 617388a..372a6f6 100644
--- a/company-semantic.el
+++ b/company-semantic.el
@@ -65,7 +65,6 @@
            (funcall semantic-idle-summary-function tag nil t))))
 
 (defun company-semantic-summary-and-doc (tag)
-  (debug)
   (let ((doc (company-semantic-documentation-for-tag tag))
         (summary (funcall semantic-idle-summary-function tag nil t)))
     (and (stringp doc)



reply via email to

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