[vlmc-devel] [PATCH] VlmcLogger: Get rid of copypaste

Pawel Golinski golpaw1 at gmail.com
Fri Jul 29 12:25:40 CEST 2016


---
 src/Tools/VlmcLogger.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/Tools/VlmcLogger.cpp b/src/Tools/VlmcLogger.cpp
index 9925065..3cd095a 100644
--- a/src/Tools/VlmcLogger.cpp
+++ b/src/Tools/VlmcLogger.cpp
@@ -155,11 +155,7 @@ VlmcLogger::outputToConsole( int level, const char *msg )
 #if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
     case QtInfoMsg:
 #endif
-        fprintf(stdout, "%s\n", msg);
-        break;
     case QtWarningMsg:
-        fprintf(stdout, "%s\n", msg);
-        break;
     case QtCriticalMsg:
         fprintf(stdout, "%s\n", msg);
         break;
-- 
2.7.4 (Apple Git-66)



More information about the Vlmc-devel mailing list