changeset 757:d690e8f38122

debugging:TSLogger: Commented out the message pop up for each incoming log message. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1034 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 11 Apr 2011 20:34:27 +0000
parents 5a0ece4b81b4
children 8905d04b2967
files src/debugging/TSLogger.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/debugging/TSLogger.cpp	Mon Apr 11 20:32:52 2011 +0000
+++ b/src/debugging/TSLogger.cpp	Mon Apr 11 20:34:27 2011 +0000
@@ -103,13 +103,13 @@
     if ( _instance == NULL )
         _instance = TSLogger::getInstance();
 
-//*
+/*
     QMessageBox messageBox;
     QString messageBoxText = QString::fromUtf8( msg );
     messageBox.setText( messageBoxText );
     messageBox.setWindowModality( Qt::ApplicationModal );
     messageBox.exec();
-//*/
+*/
 
     // Only log messages that have a higher or equal priority than set with the verbose level.
     if ( type < _instance->_verboseLevel )