diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 6e54691df..b51e0819f 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -206,7 +206,7 @@ def getErrorLog(): if n == 'error.log': filename = path + '/' + n break - print filename + # print filename if not os.path.exists(filename): return mw.returnJson(False, '指定文件不存在!') if args.has_key('close'):