Skip to content

Commit b0dc1a4

Browse files
committed
get rid of rogue log
1 parent 0e10b63 commit b0dc1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypresence/presence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def update(self, pid: int = os.getpid(),
2727
payload = Payload.set_activity(pid=pid, state=state, details=details, start=start, end=end, large_image=large_image, large_text=large_text,
2828
small_image=small_image, small_text=small_text, party_id=party_id, party_size=party_size, join=join, spectate=spectate,
2929
match=match, buttons=buttons, instance=instance, activity=True)
30-
print(payload)
30+
3131
else:
3232
payload = _donotuse
3333
self.send_data(1, payload)

0 commit comments

Comments
 (0)