uncomment a trace
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ static void EraseSegment( vector<TimingSegment*> &vSegs, int index, TimingSegmen
|
||||
// so we must deep-copy it (with ::Copy) for new allocations.
|
||||
void TimingData::AddSegment( const TimingSegment *seg )
|
||||
{
|
||||
//LOG->Trace( "AddSegment( %s )", TimingSegmentTypeToString(seg->GetType()).c_str() );
|
||||
LOG->Trace( "AddSegment( %s )", TimingSegmentTypeToString(seg->GetType()).c_str() );
|
||||
#ifdef DEBUG
|
||||
seg->DebugPrint();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user