Skip to content

Commit a85ff28

Browse files
committed
remove call to method that does not exist in monitor
1 parent 91600dd commit a85ff28

File tree

1 file changed

+0
-1
lines changed
  • server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js

1 file changed

+0
-1
lines changed

server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/navbar.js

-1
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ function refreshSideBarNotifications() {
151151
const statusData = sessionStorage?.status ? JSON.parse(sessionStorage.status) : undefined;
152152

153153
updateServerNotifications(statusData);
154-
updateDebugDropdownNotification(statusData);
155154
}

0 commit comments

Comments
 (0)