remove logs

This commit is contained in:
Usman Nasir
2019-12-24 14:58:22 +05:00
parent b762aa5145
commit b389662fee
2 changed files with 3 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ class ProcessUtilities(multi.Thread):
logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg))
sock.close()
logging.writeToFile('Final data: %s.' % (str(data)))
#logging.writeToFile('Final data: %s.' % (str(data)))
return data
except BaseException as msg: