Skip to content
Snippets Groups Projects
Commit 98ac5b24 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Remove disabled code block.

parent cabcabdf
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,6 @@ namespace ATxDiagnostics ...@@ -30,13 +30,6 @@ namespace ATxDiagnostics
Log.Debug(Conv.BytesToString(SystemChecks.GetFreeDriveSpace("C:"))); Log.Debug(Conv.BytesToString(SystemChecks.GetFreeDriveSpace("C:")));
GetCpuCounter(); GetCpuCounter();
/*
Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(SystemChecks.GetCpuUsage());
*/
Log.Debug(SystemChecks.GetCpuUsage()); Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(QueryCpuLoad()); Log.Debug(QueryCpuLoad());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment