summaryrefslogtreecommitdiff
path: root/g_property.h
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2026-01-06 15:12:44 +0100
committerNikita Kostovsky <nikita@kostovsky.me>2026-01-06 15:12:44 +0100
commitd1a0e7b239a98d835e716fa3bc7843f39dca45d9 (patch)
tree1199c96b63eaac46e5c542c376713d7b57b88227 /g_property.h
parentffac2767127fe0bdb990187bbf9ec640e06933a6 (diff)
cleanup debug outputHEADmaster
Diffstat (limited to 'g_property.h')
-rw-r--r--g_property.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/g_property.h b/g_property.h
index af29c50..0d49cda 100644
--- a/g_property.h
+++ b/g_property.h
@@ -159,7 +159,6 @@ public Q_SLOTS: \
public: \
virtual type get_##name() const \
{ \
- qDebug() << "read" << #name; \
const auto result = static_cast<type>( \
GlobalSettings::instance() \
->value( \
@@ -168,7 +167,6 @@ public: \
) \
.value<type>() \
); \
- qDebug() << #name << "result:" << result; \
return result; \
}