From e2ccd2f3aebfb74178f9e2a28e1821135ff09a34 Mon Sep 17 00:00:00 2001 From: MineFact Date: Fri, 2 Feb 2024 12:16:20 -0600 Subject: [PATCH] debug delete --- src/routes/teams/DELETE_Warp.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/teams/DELETE_Warp.ts b/src/routes/teams/DELETE_Warp.ts index 1be4763..511b562 100644 --- a/src/routes/teams/DELETE_Warp.ts +++ b/src/routes/teams/DELETE_Warp.ts @@ -39,6 +39,8 @@ export async function initRoutes(app: Router, joi: any, network: Network) { return; } + console.log(`Deleting warp ${key} from team ${buildTeam.getBuildTeamID()}`); + // Create a new warp const promise = buildTeam.deleteWarp(key);