aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorace20022 <ace20022@ymail.com>2014-08-18 13:14:42 +0200
committerace20022 <ace20022@ymail.com>2014-08-18 13:15:32 +0200
commit20d5e2153f9b36a6bcfd7351353877d4c21b35c8 (patch)
tree134b545e49d2ee3e4de095111da4cae0c5941c01
parent879b95349a87dfd5abdf22fd866dbd7b1f9aca5b (diff)
[log] Remove unnecessary message about closing files.
-rw-r--r--xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.cpp b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.cpp
index 4fb07e39be..6a7d4dc313 100644
--- a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.cpp
+++ b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamBluray.cpp
@@ -47,8 +47,6 @@ void DllLibbluray::file_close(BD_FILE_H *file)
{
if (file)
{
- CLog::Log(LOGDEBUG, "CDVDInputStreamBluray - Closed file (%p)\n", file);
-
delete static_cast<CFile*>(file->internal);
delete file;
}