Skip to content
Snippets Groups Projects
Commit ac202a1d authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Gerri:

remove left over debug prints.


git-svn-id: http://root.cern.ch/svn/root/trunk@16806 27541ba8-7e3a-0410-8455-c3a389f83636
parent 39b060ef
No related branches found
No related tags found
No related merge requests found
// @(#)root/proof:$Name: $:$Id: TProofProgressDialog.cxx,v 1.23 2006/06/21 16:18:26 rdm Exp $ // @(#)root/proof:$Name: $:$Id: TProofProgressDialog.cxx,v 1.24 2006/11/15 17:45:55 rdm Exp $
// Author: Fons Rademakers 21/03/03 // Author: Fons Rademakers 21/03/03
/************************************************************************* /*************************************************************************
...@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed, ...@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
// Update progress bar and status labels. // Update progress bar and status labels.
// Use "processed == total" or "processed < 0" to indicate end of processing. // Use "processed == total" or "processed < 0" to indicate end of processing.
// Info("Progress","processed: %lld, read: %lld", processed, bytesread);
char buf[256]; char buf[256];
static const char *cproc[] = { "running", "done", static const char *cproc[] = { "running", "done",
"STOPPED", "ABORTED", "***EVENTS SKIPPED***"}; "STOPPED", "ABORTED", "***EVENTS SKIPPED***"};
...@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed, ...@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
fProof ? fProof->GetParallel() : 0); fProof ? fProof->GetParallel() : 0);
fTitleLab->SetText(buf); fTitleLab->SetText(buf);
Info("Progress","total: %lld, processed: %lld", total, processed);
if (initTime >= 0.) { if (initTime >= 0.) {
// Set init time // Set init time
sprintf(buf, "%.1f secs", initTime); sprintf(buf, "%.1f secs", initTime);
......
// @(#)root/proof:$Name: $:$Id: TProofProgressDialog.cxx,v 1.23 2006/06/21 16:18:26 rdm Exp $ // @(#)root/proof:$Name: $:$Id: TProofProgressDialog.cxx,v 1.24 2006/11/15 17:45:55 rdm Exp $
// Author: Fons Rademakers 21/03/03 // Author: Fons Rademakers 21/03/03
/************************************************************************* /*************************************************************************
...@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed, ...@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
// Update progress bar and status labels. // Update progress bar and status labels.
// Use "processed == total" or "processed < 0" to indicate end of processing. // Use "processed == total" or "processed < 0" to indicate end of processing.
// Info("Progress","processed: %lld, read: %lld", processed, bytesread);
char buf[256]; char buf[256];
static const char *cproc[] = { "running", "done", static const char *cproc[] = { "running", "done",
"STOPPED", "ABORTED", "***EVENTS SKIPPED***"}; "STOPPED", "ABORTED", "***EVENTS SKIPPED***"};
...@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed, ...@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
fProof ? fProof->GetParallel() : 0); fProof ? fProof->GetParallel() : 0);
fTitleLab->SetText(buf); fTitleLab->SetText(buf);
Info("Progress","total: %lld, processed: %lld", total, processed);
if (initTime >= 0.) { if (initTime >= 0.) {
// Set init time // Set init time
sprintf(buf, "%.1f secs", initTime); sprintf(buf, "%.1f secs", initTime);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment