Remove debug only code

This commit is contained in:
2018-08-10 20:18:29 +02:00
parent 3271a728a2
commit d026cc12f7

View File

@@ -102,9 +102,6 @@ def gatherSystemInfo(ctx):
system_info['dist_name'] = distro[0] system_info['dist_name'] = distro[0]
system_info['dist_version'] = distro[1] system_info['dist_version'] = distro[1]
# system_info['libc_version'] = "-".join(platform.libc_ver()) # 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 # TODO(sergey): Make this to work on Windows and macOS
cpu_info = cpuinfo.get_cpu_info() cpu_info = cpuinfo.get_cpu_info()
cpu_topology = _getCPUTopologyInformation() cpu_topology = _getCPUTopologyInformation()