Skip to content

Commit

Permalink
remove env variable 'PARSL_TRACKING' from usage tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Jun 3, 2024
1 parent a888788 commit 85250a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsl/usage_tracking/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def udp_messenger(domain_name: str, UDP_PORT: int, sock_timeout: int, message: b
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) # UDP
sock.settimeout(sock_timeout)
sock.sendto(message, (UDP_IP, UDP_PORT))
print(message)
sock.close()

except socket.timeout:
Expand Down

0 comments on commit 85250a4

Please sign in to comment.