diff options
author | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-09 14:06:58 +0000 |
commit | 823761df28ad31cde8a071125b177f49494d804a (patch) | |
tree | 9e063f7eb4d5ad48039e957f0ec7d5c70fcefe0d /lib/CopyJob.cc | |
parent | 69d9cab0c415837552a84f17366356e9571fdbda (diff) |
Exceptions...
Diffstat (limited to 'lib/CopyJob.cc')
-rw-r--r-- | lib/CopyJob.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 04dff0b..6a35689 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -8,8 +8,6 @@ CopyJob::~CopyJob() { } int CopyJob::Do() { int r, tr; - cerr << "CopyJob running...\n"; - while (!s->IsClosed() || (siz != cursiz)) { if (!current) { tr = siz >= 0 ? siz - cursiz : COPY_BUFSIZ; |