diff --git a/class/core/mw.py b/class/core/mw.py index aee8585c6..76abb464b 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -564,7 +564,8 @@ def writeLog(stype, msg, args=()): if 'uid' in session: uid = session['uid'] except Exception as e: - writeFileLog(getTracebackInfo()) + pass + # writeFileLog(getTracebackInfo()) return writeDbLog(stype, msg, args, uid)