diff options
Diffstat (limited to 'MediaBrowser.Controller/FFMpeg')
| -rw-r--r-- | MediaBrowser.Controller/FFMpeg/FFProbe.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/FFMpeg/FFProbe.cs b/MediaBrowser.Controller/FFMpeg/FFProbe.cs index 1a207f221..eb0d77a99 100644 --- a/MediaBrowser.Controller/FFMpeg/FFProbe.cs +++ b/MediaBrowser.Controller/FFMpeg/FFProbe.cs @@ -66,8 +66,6 @@ namespace MediaBrowser.Controller.FFMpeg private static FFProbeResult Run(string input)
{
- MediaBrowser.Common.Logging.Logger.LogInfo(input);
-
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.CreateNoWindow = true;
|
