Skip to content

Commit

Permalink
remove call to method that does not exist in monitor (apache#5189)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DomGarguilo authored Dec 17, 2024
1 parent 851e93f commit ff9fdd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,4 @@ function refreshSideBarNotifications() {
const statusData = sessionStorage?.status ? JSON.parse(sessionStorage.status) : undefined;

updateServerNotifications(statusData);
updateDebugDropdownNotification(statusData);
}

0 comments on commit ff9fdd6

Please sign in to comment.