[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect f1e4a5be7d 8/8: Remove debug statement for c
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect f1e4a5be7d 8/8: Remove debug statement for company backend |
Date: |
Mon, 14 Aug 2023 15:58:29 -0400 (EDT) |
branch: externals/phpinspect
commit f1e4a5be7d96d8fe796d8c401404dd322d26e6ab
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
Remove debug statement for company backend
---
phpinspect.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/phpinspect.el b/phpinspect.el
index f52c98534c..6f2f0fa46c 100644
--- a/phpinspect.el
+++ b/phpinspect.el
@@ -255,7 +255,6 @@ Example configuration for `company-mode':
(let ((match (match-string 0)))
(substring match 1 (length match))))
((looking-back "[A-Za-z_0-9-]+" nil t)
- (message "Matched string %s" (match-string 0))
(match-string 0))))
((eq command 'post-completion)
(when (eq 'function (phpinspect--completion-kind
- [elpa] externals/phpinspect updated (7c76cbcc54 -> f1e4a5be7d), ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect 8b6dc2eb38 1/8: Catch composer json format errors and notify user, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect 71531b7996 5/8: Define free variables + use condition-case-unless-debug, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect f1e4a5be7d 8/8: Remove debug statement for company backend,
ELPA Syncer <=
- [elpa] externals/phpinspect 6e5e2e3a07 3/8: Exclude comments from eldoc statement, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect 2ff9919e44 4/8: Add debug statements + use condition-case-unless-debug for token indexation, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect 633b08809e 2/8: Only retrieve/update class when a name has been declared for it, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect f6cc199886 7/8: When debugging, forward worker errors to main thread, ELPA Syncer, 2023/08/14
- [elpa] externals/phpinspect f9f12590e8 6/8: Handle cases where declarations do not contain a name, ELPA Syncer, 2023/08/14