From a3168cea206b9b80fa3030a4e64e522b091a8a08 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Mon, 17 Jan 2022 21:55:20 -0500 Subject: [PATCH] Test build --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 34fee37..5d0fd5b 100644 --- a/index.js +++ b/index.js @@ -7,8 +7,6 @@ const { exec } = require('child_process') require('dotenv').config() const SECRET = process.env.SECRET_KEY -console.log(process.env.EXECUTE_SCRIPT) - const app = express() const port = process.env.PORT