diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 663198ddc..678e5576b 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -176,7 +176,7 @@ def getPmaPort(): port = getPort() return mw.returnJson(True, 'OK', port) except Exception as e: - print e + # print(e) return mw.returnJson(False, '插件未启动!')