From 4ffedac29f2df702b70fa345af0f50fd142a2126 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 9 Dec 2018 13:23:37 +0800 Subject: [PATCH] Update index.py --- plugins/csvn/index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/csvn/index.py b/plugins/csvn/index.py index dc1e5c916..ddc6d65d3 100755 --- a/plugins/csvn/index.py +++ b/plugins/csvn/index.py @@ -141,8 +141,6 @@ def initdUinstall(): ret_csvn = public.execShell(_csvn + ' remove') ret_csvn_httpd = public.execShell(_csvn_httpd + ' remove') - - print ret_csvn, ret_csvn_httpd return 'ok' if __name__ == "__main__":