Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
FE-#83: CodeQA
Browse files Browse the repository at this point in the history
  • Loading branch information
Flugschnitzel committed May 29, 2024
1 parent 0ca3f17 commit 3006d82
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export class ShoppingListWidgetComponent {
},
error: error => {
this.dialog.open(FehlerhandlingComponent, {data: {error: error}});
//TODO: maybe delete?
//this.showMessage("Fehler beim Anlegen", "error")
}
});
}
Expand All @@ -71,8 +69,6 @@ export class ShoppingListWidgetComponent {
},
error: error => {
this.dialog.open(FehlerhandlingComponent, {data: {error: error}});
//TODO: maybe delete?
//this.showMessage("Fehler beim Bearbeiten", "error")
}
});
}
Expand Down Expand Up @@ -102,8 +98,6 @@ export class ShoppingListWidgetComponent {
error: error => {
console.error('Error:', error);
this.dialog.open(FehlerhandlingComponent, {data: {error: error}});
//TODO: maybe delete?
//this.showMessage("Fehler beim Löschen", "error")
}
});
}
Expand Down

0 comments on commit 3006d82

Please sign in to comment.