aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Settings.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml
index da2d6025..77c9f09f 100644
--- a/pages/Settings.qml
+++ b/pages/Settings.qml
@@ -746,18 +746,6 @@ Rectangle {
font.pixelSize: 14
text: currentWallet.walletLogPath + translationManager.emptyString
}
-
- TextBlock {
- Layout.fillWidth: true
- font.pixelSize: 14
- text: (!currentWallet) ? "" : qsTr("Daemon log path: ") + translationManager.emptyString
- }
-
- TextBlock {
- Layout.fillWidth: true
- font.pixelSize: 14
- text: (!currentWallet) ? "" : currentWallet.daemonLogPath + translationManager.emptyString
- }
}
}