diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-05 16:54:10 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-05 16:54:10 +0000 |
commit | fe0269da6a9c0a35336a6edc78823559d28a51c2 (patch) | |
tree | 8003898c84ac132715ef2332452c618de26852a9 /livefeatures.cpp | |
parent | f10eb1fbd58a6d8c81b8bc73cd5b909bc30680b6 (diff) | |
download | vdr-plugin-live-fe0269da6a9c0a35336a6edc78823559d28a51c2.tar.gz vdr-plugin-live-fe0269da6a9c0a35336a6edc78823559d28a51c2.tar.bz2 |
- removed debug output
Diffstat (limited to 'livefeatures.cpp')
-rw-r--r-- | livefeatures.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/livefeatures.cpp b/livefeatures.cpp index 385430f..5b34306 100644 --- a/livefeatures.cpp +++ b/livefeatures.cpp @@ -23,7 +23,6 @@ SplitVersion::SplitVersion( string version ) bool SplitVersion::operator<( const SplitVersion& right ) const { - dsyslog( "vdrlive::SplitVersion::operator<( %d-%s, %d-%s )", m_version, m_suffix.c_str(), right.m_version, right.m_suffix.c_str() ); if ( m_version == right.m_version ) { if ( m_suffix.empty() ) return false; if ( right.m_suffix.empty() ) return true; |