summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-12 22:13:43 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-12 22:13:43 +0000
commitd8aa1dbec73df94d405f19d550e8a95bc4d6e9fe (patch)
tree307b87d043cf7b497b4c008a25d7eef73823b239
parent0fe2241bcbf9c44df0d74b965093c4ca323a46f2 (diff)
downloadvdr-plugin-live-d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe.tar.gz
vdr-plugin-live-d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe.tar.bz2
- removed some debug output
-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;
}