mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
remove logs
This commit is contained in:
@@ -191,3 +191,4 @@ LANGUAGES = (
|
||||
|
||||
MEDIA_URL = '/home/cyberpanel/media/'
|
||||
MEDIA_ROOT = MEDIA_URL
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user