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.
|
// so we must deep-copy it (with ::Copy) for new allocations.
|
||||||
void TimingData::AddSegment( const TimingSegment *seg )
|
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
|
#ifdef DEBUG
|
||||||
seg->DebugPrint();
|
seg->DebugPrint();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user