summaryrefslogtreecommitdiff
path: root/g_property.h
diff options
context:
space:
mode:
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; \
}