From 79b35a9f78e55a486d2fcf7e663c703dba708c4c Mon Sep 17 00:00:00 2001 From: salman Date: Wed, 11 Jan 2023 23:56:27 +0100 Subject: [PATCH] Cleanup. --- TrimSPweb.js | 5 ----- 1 file changed, 5 deletions(-) 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