Show
Ignore:
Timestamp:
03/13/07 15:17:03 (17 years ago)
Author:
pieterpalmers
Message:

- some work on the AVC mixer & control stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/streaming-rework/src/debugmodule/debugmodule.cpp

    r406 r439  
    5454DebugModule::~DebugModule() 
    5555{ 
    56     if ( m_level >= eDL_VeryVerbose ) { 
    57         cout << "Unregistering " 
    58              << this->getName() 
    59              << " at DebugModuleManager" 
    60              << endl; 
    61     } 
     56//     if ( m_level >= eDL_VeryVerbose ) { 
     57//         cout << "Unregistering " 
     58//              << this->getName() 
     59//              << " at DebugModuleManager" 
     60//              << endl; 
     61//     } 
    6262    if ( !DebugModuleManager::instance()->unregisterModule( *this ) ) { 
    6363        cerr << "Could not unregister DebugModule at DebugModuleManager"