Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycram committed Feb 13, 2024
1 parent ab8a48d commit 8f8d3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ app.post('/', async (req: Request, res: Response): Promise<void> => {
// eslint-disable-next-line no-restricted-syntax
for await (const stack of Object.values(stacks) as any[]) {
const stackFile: string = await getStackFile(stack.Id);
console.log(stackFile);
const parsedStackFile: any = parse(stackFile);
let foundService: boolean = false;
// eslint-disable-next-line no-restricted-syntax
Expand Down

0 comments on commit 8f8d3b9

Please sign in to comment.