Remove noisy log statement from NAS

This commit is contained in:
polaris
2014-05-14 08:04:02 -04:00
committed by Admiral H. Curtiss
parent ed38b0c823
commit 3d6670339d

View File

@@ -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)