GH-1091: disable dumping beans model

This commit is contained in:
Martin Lippert
2023-09-08 15:05:24 +02:00
parent b88a19ebac
commit e0b9e45569

View File

@@ -83,7 +83,7 @@ public class InProjectSymbolsProvider implements SymbolsProvider {
if (project != null) {
dumpBeansModel(project.getName()); // for debug purposes
// dumpBeansModel(project.getName()); // for debug purposes
String projectLocationPrefix = LSPEclipseUtils.toUri(project).toASCIIString();
query = "locationPrefix:" + projectLocationPrefix + "?" + query;