Skip to content

Commit ff9fdd6

Browse files
authored
remove call to method that does not exist in monitor (apache#5189)
The method updateDebugDropdownNotification() was removed from the javascript in the monitor in an earlier commit. It was still being called and throwing a warning. This commit removes that call.
1 parent 851e93f commit ff9fdd6

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)