Skip to content

Commit

Permalink
Remove accidental comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Balmos <[email protected]>
  • Loading branch information
abalmos committed Apr 24, 2024
1 parent aca7d31 commit 82ae611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ export async function handleTicket(
tree: tpDocTypesTree,
});

/*
await axios({
method: 'put',
url: `${ZD_DOMAIN}/api/v2/tickets/${ticket.id}.json`,
Expand All @@ -302,7 +301,6 @@ export async function handleTicket(
},
},
});
*/

debug(`Marked sync operation for ticket [${ticket.id}] as finished.`);
if (cleanup) {
Expand Down

0 comments on commit 82ae611

Please sign in to comment.