aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto/DtoService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-14 13:24:07 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-14 13:24:07 -0400
commitec5619e0f960a2abc2226f81fcfcb82ae9fc295a (patch)
treec32b864967224c76d3b02cacd769d57cf77a4b53 /MediaBrowser.Server.Implementations/Dto/DtoService.cs
parent6ed2a85f45c4b59b4fe6ee1c93b81aa76a69fc78 (diff)
restore polymer changes
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 2ff9a2813..1dbdf90a7 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -1769,7 +1769,7 @@ namespace MediaBrowser.Server.Implementations.Dto
}
catch (Exception ex)
{
- _logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path);
+ //_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path);
return;
}