From d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 12 Jan 2007 22:13:43 +0000 Subject: - removed some debug output --- tools.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools.cpp') 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; } -- cgit v1.2.3