The branch, master has been updated
via 7f0b2ad8881252e2b34a92701c71fba5f0c66deb (commit)
from d28c247c7ceee1e4ab79013ad5352007d508431b (commit)
https://github.com/xbmc/xbmc/commit/7f0b2ad8881252e2b34a92701c71fba5f0c66deb
commit 7f0b2ad8881252e2b34a92701c71fba5f0c66deb
Author: vdrfan <vdrfan-nospam-@...>
Date: Mon Jun 20 19:01:07 2011 +0200
cosmetics: removed dupe CreateSearchUrl output logging
diff --git a/xbmc/addons/Scraper.cpp b/xbmc/addons/Scraper.cpp
index c069ae7..d0406b3 100644
--- a/xbmc/addons/Scraper.cpp
+++ b/xbmc/addons/Scraper.cpp
@@ -444,7 +444,6 @@ std::vector<CScraperUrl> CScraper::FindMovie(XFILE::CFileCurl &fcurl, const CStd
CLog::Log(LOGDEBUG, "%s: CreateSearchUrl failed", __FUNCTION__);
return vcscurl;
}
- CLog::Log(LOGDEBUG, "%s: CreateSearchUrl returned '%s'", __FUNCTION__, vcsOut[0].c_str());
scurl.ParseString(vcsOut[0]);
// do the search, and parse the result into a list
-----------------------------------------------------------------------
Summary of changes:
xbmc/addons/Scraper.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
[xbmc/xbmc]
|