Changeset 19896

Show
Ignore:
Timestamp:
04/03/07 07:06:59 (2 years ago)
Author:
patrick
Message:

Removed debug output.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/Perf/ProfileManager.cpp

    r19729 r19896  
    9090         { 
    9191            vpr::Thread* thread = vpr::ThreadManager::instance()->getThread(t); 
    92             std::cout << "Print thread: " << (void*)thread << std::endl; 
    93             std::cout << "Thread: " << thread << std::endl; 
    9492            ProfileNode* root_node = getRootNode(thread); 
    9593            root_node->printTree();