summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools.cpp b/tools.cpp
index a6c8973..2382d8f 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -15,7 +15,6 @@ istream& operator>>( istream& is, tChannelID& ret )
string line;
if ( !getline( is, line ) || ( !line.empty() && !( ret = tChannelID::FromString( line.c_str() ) ).Valid() ) )
is.setstate( ios::badbit );
- cerr << "channel id " << line << endl << endl;
}
return is;
}