From cff689453c98ff5bc69cda018563cdbc68f849ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Fri, 3 Apr 2015 14:10:09 +0200 Subject: [PATCH] Remove the information message about build mode switch --- Anyanka.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/Anyanka.pro b/Anyanka.pro index 60cb2e6..43f8af0 100644 --- a/Anyanka.pro +++ b/Anyanka.pro @@ -26,10 +26,8 @@ win32 { CONFIG(debug, debug|release) { DEFINES += ANYANKA_DEBUG - message("Debug build") } else { DEFINES += NDEBUG - message("Release build") } SOURCES += main.cpp\ -- 2.43.5