Skip to content

Commit

Permalink
error page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
K0K0V0K committed Nov 26, 2024
1 parent fcf8e9c commit 9a29a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/koko/yayu/controller/ClusterController.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public ClusterController(ActiveRMService activeRMService) {
@GetMapping("/cluster")
public String cluster(Model model) {
Map<URI, JSONObject> statuses = activeRMService.getAllStatuses();
System.err.println(statuses);
model.addAttribute("rms", activeRMService.getAllStatuses().entrySet().stream()
.map(entry -> entry.getValue() == null
? crtOffline(entry.getKey())
Expand Down

0 comments on commit 9a29a3b

Please sign in to comment.