From 82ae6112d845a1d9ea168f6940d07ab696726797 Mon Sep 17 00:00:00 2001 From: Andrew Balmos Date: Wed, 24 Apr 2024 17:40:53 -0400 Subject: [PATCH] Remove accidental comment Signed-off-by: Andrew Balmos --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 2a06483..bcadd09 100644 --- a/src/index.ts +++ b/src/index.ts @@ -288,7 +288,6 @@ export async function handleTicket( tree: tpDocTypesTree, }); - /* await axios({ method: 'put', url: `${ZD_DOMAIN}/api/v2/tickets/${ticket.id}.json`, @@ -302,7 +301,6 @@ export async function handleTicket( }, }, }); - */ debug(`Marked sync operation for ticket [${ticket.id}] as finished.`); if (cleanup) {