disable spring beans model debug output for release

This commit is contained in:
Martin Lippert
2023-06-08 16:16:04 +02:00
parent 35a7d90b35
commit f430552dca

View File

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