diff options
author | sr55 <[email protected]> | 2018-07-13 23:09:01 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-07-13 23:09:01 +0100 |
commit | 3c303e2f2bcd429c07a558418b4a34a1061d908b (patch) | |
tree | 00107e56bc42b872cbb3df2f325d3af0cbfe91a4 /win | |
parent | 0b1ae20436ffaea25007bcb47faa41ca80fae99e (diff) |
WinGui: Remove CPU information from log header. It's also in the main log body.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs b/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs index f03d16f2c..c80a12408 100644 --- a/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs +++ b/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs @@ -109,7 +109,6 @@ namespace HandBrakeWPF.Utilities logHeader.AppendLine(string.Format("HandBrake {0}", VersionHelper.GetVersion())); logHeader.AppendLine(string.Format("OS: {0}", Environment.OSVersion)); - logHeader.AppendLine(string.Format("CPU: {0}", SystemInfo.GetCpuCount)); logHeader.AppendLine(string.Format("Ram: {0} MB, ", SystemInfo.TotalPhysicalMemory)); logHeader.AppendLine(string.Format("GPU Information:{0}{1}", Environment.NewLine, gpuBuilder.ToString().TrimEnd())); logHeader.AppendLine(string.Format("Screen: {0}x{1}", SystemInfo.ScreenBounds.Bounds.Width, SystemInfo.ScreenBounds.Bounds.Height)); |