From ffef74ddfc94d2153f6bd459b59bef831505abab Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 15 Mar 2021 21:52:40 +1100 Subject: [PATCH] remove debug statement --- ft_build/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ft_build/index.ts b/ft_build/index.ts index 992bb8f1..d67c334f 100644 --- a/ft_build/index.ts +++ b/ft_build/index.ts @@ -80,13 +80,6 @@ app.post("/", jsonParser, async (req: any, res: any) => { hasEnvError = true; } - await asyncExecute( - `asdgiohiusdfgoj; \ - asdfasdfjnjia`, - commandErrorHandler, - uid - ); - await asyncExecute( `cd build/functions; \ yarn install`,