Skip to content

Commit

Permalink
removing bad logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Jun 5, 2021
1 parent 8a2c7a4 commit bae88aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Unosquare.FFME/FFmpeg/FFInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ public static bool Initialize(int libIdentifiers)
m_LibraryIdentifiers = registrationIds;
m_IsInitialized = true;
}
catch(Exception ex)
catch
{
Console.WriteLine(ex.Message);
m_LibraryIdentifiers = 0;
m_IsInitialized = false;

Expand Down

0 comments on commit bae88aa

Please sign in to comment.