Skip to content

Commit f577e93

Browse files
Removed print echo from library function as requested. Left optional.
1 parent 2990061 commit f577e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def update_poll(self):
9898
"""
9999
self.client_available()
100100
if (self._client_sock and self._client_sock.available()):
101-
self.print_remote_ip()
101+
# self.print_remote_ip()
102102
environ = self._get_environ(self._client_sock)
103103
result = self.application(environ, self._start_response)
104104
self.finish_response(result)

0 commit comments

Comments
 (0)