Update index.py

pull/109/head
midoks 7 years ago
parent c9d1d30f80
commit 4ffedac29f
  1. 2
      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__":

Loading…
Cancel
Save