diff options
author | Pixel <Pixel> | 2001-11-12 16:11:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-12 16:11:04 +0000 |
commit | 709543dec3eaa07f7d2d7da2157d1f9159bad5d8 (patch) | |
tree | d18d30593f7b96ea3d2306bb6784d0a1a1a7a95e /lib/Handle.cc | |
parent | 6718e4cfec88e3046030f60775293d6de03cdc07 (diff) |
Taskman
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index e5a23a3..da9870f 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -108,8 +108,6 @@ Handle & operator>>(Handle & h, String & s) { char t[BUFSIZ]; int i = 0, r; - cerr << "Into 'Handle & >> String &'...\n"; - while ((r = h.read(&(t[i]), 1)) && (i != (BUFSIZ - 1))) { // Il y a souvent des \r\n dans les sockets par exemple, // ou bien en lisant des fichiers au format MS-DOS. On |