diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-12 22:13:43 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-12 22:13:43 +0000 |
commit | d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe (patch) | |
tree | 307b87d043cf7b497b4c008a25d7eef73823b239 | |
parent | 0fe2241bcbf9c44df0d74b965093c4ca323a46f2 (diff) | |
download | vdr-plugin-live-d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe.tar.gz vdr-plugin-live-d8aa1dbec73df94d405f19d550e8a95bc4d6e9fe.tar.bz2 |
- removed some debug output
-rw-r--r-- | tools.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |