This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 90787cc  Removing debug output.
     new 3697145  Merge pull request #2584 from jlahoda/remove-debug
90787cc is described below

commit 90787ccf1d2ad1669ea001b35c4fc20bfc3f341b
Author: Jan Lahoda <jlah...@netbeans.org>
AuthorDate: Tue Dec 8 06:55:46 2020 +0100

    Removing debug output.
---
 .../src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
 
b/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
index 7c5c989..097e64f 100644
--- 
a/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
+++ 
b/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
@@ -58,7 +58,6 @@ public class CustomIndexerImpl extends CustomIndexer {
             }
 
             Set<String> mimeTypes = new HashSet<>(props.values());
-            System.err.println("mimeTypes=" + mimeTypes);
             Project prj = FileOwnerQuery.getOwner(root);
 
             if (prj != null) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to