Skip to content

Commit af66341

Browse files
committed
ProofPlayer: remove remnant from debug session
1 parent b9728a1 commit af66341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proof/proofplayer/src/TPerfStats.cxx

-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ TPerfStats::TPerfStats(TList *input, TList *output)
159159
while (TSlaveInfo *si = dynamic_cast<TSlaveInfo*>(nextslaveinfo()))
160160
if (si->fStatus == TSlaveInfo::kActive) fSlaves++;
161161

162-
fSlaves = 8;
163-
164162
PDB(kMonitoring,1) Info("TPerfStats", "Statistics for %d slave(s)", fSlaves);
165163

166164
fDoHist = (input->FindObject("PROOF_StatsHist") != 0);

0 commit comments

Comments
 (0)