From ac202a1dc0d46f07f1f0b5dfee19e98e9e8fa18c Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Fri, 17 Nov 2006 17:22:05 +0000
Subject: [PATCH] From Gerri: remove left over debug prints.

git-svn-id: http://root.cern.ch/svn/root/trunk@16806 27541ba8-7e3a-0410-8455-c3a389f83636
---
 proof/src/TProofProgressDialog.cxx         | 6 +-----
 sessionviewer/src/TProofProgressDialog.cxx | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/proof/src/TProofProgressDialog.cxx b/proof/src/TProofProgressDialog.cxx
index 3dc3f0c1c2f..cc7a03ab9b7 100644
--- a/proof/src/TProofProgressDialog.cxx
+++ b/proof/src/TProofProgressDialog.cxx
@@ -1,4 +1,4 @@
-// @(#)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
 
 /*************************************************************************
@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
    // Update progress bar and status labels.
    // Use "processed == total" or "processed < 0" to indicate end of processing.
 
-//   Info("Progress","processed: %lld, read: %lld", processed, bytesread);
-
    char buf[256];
    static const char *cproc[] = { "running", "done",
                                   "STOPPED", "ABORTED", "***EVENTS SKIPPED***"};
@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
            fProof ? fProof->GetParallel() : 0);
    fTitleLab->SetText(buf);
 
-   Info("Progress","total: %lld, processed: %lld", total, processed);
-
    if (initTime >= 0.) {
       // Set init time
       sprintf(buf, "%.1f secs", initTime);
diff --git a/sessionviewer/src/TProofProgressDialog.cxx b/sessionviewer/src/TProofProgressDialog.cxx
index 3dc3f0c1c2f..cc7a03ab9b7 100644
--- a/sessionviewer/src/TProofProgressDialog.cxx
+++ b/sessionviewer/src/TProofProgressDialog.cxx
@@ -1,4 +1,4 @@
-// @(#)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
 
 /*************************************************************************
@@ -432,8 +432,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
    // Update progress bar and status labels.
    // Use "processed == total" or "processed < 0" to indicate end of processing.
 
-//   Info("Progress","processed: %lld, read: %lld", processed, bytesread);
-
    char buf[256];
    static const char *cproc[] = { "running", "done",
                                   "STOPPED", "ABORTED", "***EVENTS SKIPPED***"};
@@ -444,8 +442,6 @@ void TProofProgressDialog::Progress(Long64_t total, Long64_t processed,
            fProof ? fProof->GetParallel() : 0);
    fTitleLab->SetText(buf);
 
-   Info("Progress","total: %lld, processed: %lld", total, processed);
-
    if (initTime >= 0.) {
       // Set init time
       sprintf(buf, "%.1f secs", initTime);
-- 
GitLab