Skip to content

Commit

Permalink
debug delete
Browse files Browse the repository at this point in the history
  • Loading branch information
MineFact committed Feb 2, 2024
1 parent d23f7f8 commit e2ccd2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/teams/DELETE_Warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e2ccd2f

Please sign in to comment.