diff --git a/plugins/xhprof/index.py b/plugins/xhprof/index.py index a194b813f..b9130b07c 100755 --- a/plugins/xhprof/index.py +++ b/plugins/xhprof/index.py @@ -178,7 +178,6 @@ def getXhPort(): port = getPort() return mw.returnJson(True, 'OK', port) except Exception as e: - print e return mw.returnJson(False, '插件未启动!')