From f1e4a5be7d96d8fe796d8c401404dd322d26e6ab Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 14 Aug 2023 19:43:15 +0200 Subject: [PATCH] Remove debug statement for company backend --- phpinspect.el | 1 - 1 file changed, 1 deletion(-) diff --git a/phpinspect.el b/phpinspect.el index f52c985..6f2f0fa 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