remove debug print

This commit is contained in:
Cyberes 2023-08-24 22:02:15 -06:00
parent 0230ddda17
commit 06173f900e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ def get_power_states():
power_state = data['labels'][i]
break
output[f'gpu{gpu_num}'] = int(power_state.lower().strip('p'))
print(output)
except Exception as e:
print('Failed to fetch Netdata metrics:', e)
return output