Skip to content

Commit

Permalink
Commented out 'GetLastInstalledWindowsUpdateTimestampAsString()' in l…
Browse files Browse the repository at this point in the history
…ogging
  • Loading branch information
owlsroost committed Apr 8, 2019
1 parent d6b125d commit 24b4638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaportal/MediaPortal.Application/MediaPortal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public static void Main(string[] args)
catch {
Log.Info("Main: MediaPortal v" + versionInfo.FileVersion + " is starting up on Windows 10 Pro for Workstations (???)");
}
Log.Info(OSInfo.OSInfo.GetLastInstalledWindowsUpdateTimestampAsString());
//Log.Info(OSInfo.OSInfo.GetLastInstalledWindowsUpdateTimestampAsString());
Log.Info("Windows Media Player: [{0}]", OSInfo.OSInfo.GetWMPVersion());

#if DEBUG
Expand Down

0 comments on commit 24b4638

Please sign in to comment.