Skip to content

Commit

Permalink
Merge pull request #222 from stanfordnmbl/dev-remove-hostname-request
Browse files Browse the repository at this point in the history
dev: don't get client hostname from server side
  • Loading branch information
carmichaelong authored Oct 1, 2024
2 parents cb0c395 + ad97dd1 commit 32d72bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcserver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,6 @@ class TrialViewSet(viewsets.ModelViewSet):
def dequeue(self, request):
try:
ip = get_client_ip(request)
hostname = get_client_hostname(request)

workerType = self.request.query_params.get('workerType')

Expand Down

0 comments on commit 32d72bd

Please sign in to comment.