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

@@ -190,4 +190,5 @@ LANGUAGES = (
) )
MEDIA_URL = '/home/cyberpanel/media/' MEDIA_URL = '/home/cyberpanel/media/'
MEDIA_ROOT = MEDIA_URL MEDIA_ROOT = MEDIA_URL
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800

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)) logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg))
sock.close() sock.close()
logging.writeToFile('Final data: %s.' % (str(data))) #logging.writeToFile('Final data: %s.' % (str(data)))
return data return data
except BaseException as msg: except BaseException as msg: