diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 43b4e9cd7..ef5903802 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -828,7 +828,7 @@ def getDbInfo(): if not data: data = 0 ret['data_size'] = public.toSize(data) - print ret + # print ret ret['database'] = db_name ret3 = []