diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index c3bd690c3..959f670c0 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -1083,7 +1083,7 @@ def toSize(size): size = size / 1024 s = b _size = round(size, 2) - print size, _size + # print(size, _size) return str(size) + ' ' + b