Skip to content

Commit

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

Please sign in to comment.