remove debug statement

This commit is contained in:
Bobby
2021-03-15 21:52:40 +11:00
parent 9c4401cf85
commit ffef74ddfc

View File

@@ -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`,