From d1a0e7b239a98d835e716fa3bc7843f39dca45d9 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Tue, 6 Jan 2026 15:12:44 +0100 Subject: cleanup debug output --- g_property.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'g_property.h') 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( \ GlobalSettings::instance() \ ->value( \ @@ -168,7 +167,6 @@ public: \ ) \ .value() \ ); \ - qDebug() << #name << "result:" << result; \ return result; \ } -- cgit v1.2.3-70-g09d2