You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2020/12/08 20:25:19 UTC

[netbeans] branch master updated: Removing debug output.

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 <jl...@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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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