mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-08-21 18:15:42 -05:00
Remove noisy log statement from NAS
This commit is contained in:
committed by
Admiral H. Curtiss
parent
ed38b0c823
commit
3d6670339d
@@ -162,8 +162,8 @@ class NintendoNasHTTPServerHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
|
||||
logger.log(logging.DEBUG, "download response to %s", self.client_address)
|
||||
|
||||
if dlc_contenttype == False:
|
||||
logger.log(logging.DEBUG, ret)
|
||||
#if dlc_contenttype == False:
|
||||
# logger.log(logging.DEBUG, ret)
|
||||
|
||||
self.wfile.write(ret)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user