diff --git a/TrimSPweb.js b/TrimSPweb.js index 23508d7..2edba8b 100644 --- a/TrimSPweb.js +++ b/TrimSPweb.js @@ -1,10 +1,5 @@ // This file contains function that are web app specific -function execute(command) { -// exec(command, {stdio: 'inherit'}); -} - - function writeAsciiFile(filename,content) { // Write string content into ascii file filename // Go via CGI script