File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Src/PChecker/CheckerCore/SystematicTesting
Strategies/Feedback/Coverage Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ public static void NextIter()
86
86
return ;
87
87
}
88
88
int uniqueScore = GetUniqueScore ( currSignature ) ;
89
- Logger . WriteLine ( $ "----**** UniquenessScore: { uniqueScore } ") ;
90
89
if ( uniqueScore != 0 )
91
90
{
92
91
AllTimeline . Add ( currSignature ) ;
Original file line number Diff line number Diff line change @@ -651,8 +651,6 @@ private void RunNextIteration(int schedule)
651
651
if ( ShouldPrintIteration ( schedule ) )
652
652
{
653
653
var seconds = watch . Elapsed . TotalSeconds ;
654
- Logger . WriteLine ( $ "Elapsed: { seconds } , " +
655
- $ "# timelines: { TestReport . ExploredTimelines . Count } ") ;
656
654
if ( Strategy is IFeedbackGuidedStrategy s )
657
655
{
658
656
s . DumpStats ( Logger ) ;
You can’t perform that action at this time.
0 commit comments