[pan2] removed dbg output
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] removed dbg output
- Date: Sun, 30 Sep 2012 19:46:17 +0000 (UTC)
commit 884e4c1ae7b449d431e546c855398ec25e411f86
Author: Heinrich MÃller <henmull src gnome org>
Date: Sun Sep 30 21:46:07 2012 +0200
removed dbg output
pan/data-impl/download-meter.cc | 1 -
pan/tasks/task-xover.cc | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pan/data-impl/download-meter.cc b/pan/data-impl/download-meter.cc
index 6e1dabf..808f23e 100644
--- a/pan/data-impl/download-meter.cc
+++ b/pan/data-impl/download-meter.cc
@@ -142,7 +142,6 @@ DownloadMeterImpl :: dl_meter_add (uint64_t bytes)
void
DownloadMeterImpl :: dl_meter_reset ()
{
- std::cerr<<"reset\n";
_downloaded_bytes = 0;
set_status ();
fire_reset_xfer_bytes ();
diff --git a/pan/tasks/task-xover.cc b/pan/tasks/task-xover.cc
index d5b7fe5..483bf38 100644
--- a/pan/tasks/task-xover.cc
+++ b/pan/tasks/task-xover.cc
@@ -334,8 +334,6 @@ TaskXOver :: on_nntp_line (NNTP * nntp,
ok = ok && l.pop_token (tmp, '\t'); if (ok) lines = view_to_ul (tmp);
ok = ok && l.pop_token (xref, '\t'); if (ok) xref.trim ();
- std::cerr<<"on line "<<line << "\n"<<number<<" "<<bytes<<" "<<lines<<"\n";
-
if (xref.len>6 && !strncmp(xref.str,"Xref: ", 6)) {
xref = xref.substr (xref.str+6, 0);
xref.trim ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]