[utilities/kdebugsettings] src/quickapps/qml: Remove debug
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0b7e1c1368a6f655e70197a160cf6485c7231d11 by Laurent Montel.
Committed on 22/07/2026 at 17:46.
Pushed by mlaurent into branch 'master'.
Remove debug
M +0 -2 src/quickapps/qml/CustomRulesPage.qml
https://invent.kde.org/utilities/kdebugsettings/-/commit/0b7e1c1368a6f655e70197a160cf6485c7231d11
diff --git a/src/quickapps/qml/CustomRulesPage.qml b/src/quickapps/qml/CustomRulesPage.qml
index 543f7e41..f3aa0871 100644
--- a/src/quickapps/qml/CustomRulesPage.qml
+++ b/src/quickapps/qml/CustomRulesPage.qml
@@ -73,8 +73,6 @@ Kirigami.ScrollablePage {
text: i18nc("@action remove custom rule", "Remove Rule")
onTriggered: {
removeRulePrompt.open();
- console.debug("Not implemented yet");
- // TODO
}
Kirigami.PromptDialog {
id: removeRulePrompt