Skip to content

Commit

Permalink
removing debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Jul 27, 2024
1 parent 24434c7 commit b9eded7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardware_monitoring/amd_5560u/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def monitor(client: object, topic: str):
"core_count": core_count
}

print(payload)

payload = json.dumps(payload)
result = client.publish(topic, payload)
status = result[0]
Expand Down

0 comments on commit b9eded7

Please sign in to comment.