aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2011-03-01 16:00:36 +0400
committeramet <amet.nospam@gmail.com>2011-03-01 16:00:36 +0400
commite7cb48d870485094cd1181ce9636fa321b88fab0 (patch)
treeac2a5a8a1999334c0c9e376d55317664bb82dec8
parent7906efc2152930248ff418e99ba07a60f856f861 (diff)
cosmetics, remove some debug logging
-rw-r--r--xbmc/cores/dvdplayer/DVDPlayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp
index 794a5ef65f..9267b6f0a5 100644
--- a/xbmc/cores/dvdplayer/DVDPlayer.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp
@@ -477,7 +477,6 @@ retry:
for(unsigned int i=0;i<filenames.size();i++)
{
- CLog::Log(LOGERROR, "test subs Amet [%s]", filenames[i].c_str());
// if vobsub subtitle:
if (URIUtils::GetExtension(filenames[i]) == ".idx")
{