Remove debug print introduced in #57

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 3f6f0a2b10]
This commit is contained in:
Karl W. Schulz
2023-01-09 09:10:14 -05:00
orang tua 058e6d0507
melakukan ae3ac27d6e
@@ -180,7 +180,6 @@ def get_machine_specs(devicenum):
for itr in version_loc:
_path = os.path.join(os.getenv("ROCM_PATH", "/opt/rocm"), ".info", itr)
if os.path.exists(_path):
print(_path)
rocm_ver = path(_path).read_text()
rocmFound = True
break