Fix: LS gets stuck with Theia client

This commit is contained in:
BoykoAlex
2018-10-22 18:16:58 -04:00
parent 8177a9c110
commit ffd6c41560

View File

@@ -120,7 +120,6 @@ public class LiveBeansModel {
public LiveBeansModel parse(String json) throws Exception {
Builder model = LiveBeansModel.builder();
JSONObject mainObject = new JSONObject(json);
System.out.println(mainObject.toString(3));
mainObject = mainObject.getJSONObject("contexts");
for (String contextId : mainObject.keySet()) {