[vlmc-devel] commit: woops... ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Mon Oct 11 01:22:12 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Oct 11 01:22:04 2010 +0200| [ca33d60b0d20763be4817000b3027e9dd277bdb0] | committer: Hugo Beauzée-Luyssen
woops...
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ca33d60b0d20763be4817000b3027e9dd277bdb0
---
src/LibVLCpp/VLCInstance.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/LibVLCpp/VLCInstance.cpp b/src/LibVLCpp/VLCInstance.cpp
index 61a64d9..1e6984e 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -46,7 +46,6 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
int argc = sizeof( argv ) / sizeof( *argv );
int debugLevel = VLMC_GET_INT( "private/LogLevel" );
- qDebug() << debugLevel;
if ( debugLevel == VlmcDebug::Debug )
argv[0] = "-vv";
else if ( debugLevel == VlmcDebug::Verbose )
More information about the Vlmc-devel
mailing list