From 1de59e72087dc982ea8421060402ebec70cea823 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 20 Jan 2019 17:46:15 +0100 Subject: Fix all profiles being created off-the-record --- lib/configuration/configuration.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/configuration') diff --git a/lib/configuration/configuration.h b/lib/configuration/configuration.h index b05728a..40da50e 100644 --- a/lib/configuration/configuration.h +++ b/lib/configuration/configuration.h @@ -38,9 +38,6 @@ public: // in debug builds, check if setting exists if(vm.count(path) == 0) { -#ifdef QT_DEBUG - qWarning("value(%s) does not exist", path); -#endif return std::nullopt; } -- cgit v1.2.1