Skip to content

Commit

Permalink
refactor: remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Mar 9, 2024
1 parent 12b74b0 commit d802b94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/gui/notifications/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ export const getters: GetterTree<GuiNotificationState, any> = {
if (warnings.length) {
const date = rootState.server.system_boot_at ?? new Date()

window.console.log(warnings)

// get all dismissed klipper warnings and convert it to a string[]
const warningsDismisses = rootGetters['gui/notifications/getDismissByCategory']('klipperWarning').map(
(dismiss: GuiNotificationStateDismissEntry) => {
Expand Down

0 comments on commit d802b94

Please sign in to comment.