trim logging

pull/702/head
Luke Pulverenti 9 years ago
parent 69d0464ca6
commit 8570789373

@ -105,7 +105,7 @@ namespace MediaBrowser.Providers.People
if (requestCount >= 5) if (requestCount >= 5)
{ {
_logger.Debug("Throttling Tmdb people"); //_logger.Debug("Throttling Tmdb people");
// This needs to be throttled // This needs to be throttled
return new List<RemoteSearchResult>(); return new List<RemoteSearchResult>();

Loading…
Cancel
Save