Remove debug only code
This commit is contained in:
@@ -102,9 +102,6 @@ def gatherSystemInfo(ctx):
|
||||
system_info['dist_name'] = distro[0]
|
||||
system_info['dist_version'] = distro[1]
|
||||
# system_info['libc_version'] = "-".join(platform.libc_ver())
|
||||
else:
|
||||
system_info['dist_name'] = "NA"
|
||||
system_info['dist_version'] = "NA"
|
||||
# TODO(sergey): Make this to work on Windows and macOS
|
||||
cpu_info = cpuinfo.get_cpu_info()
|
||||
cpu_topology = _getCPUTopologyInformation()
|
||||
|
Reference in New Issue
Block a user