diff --git a/.changeset/red-mayflies-smoke.md b/.changeset/red-mayflies-smoke.md new file mode 100644 index 0000000000..75cab2d87a --- /dev/null +++ b/.changeset/red-mayflies-smoke.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-nomad-backend': patch +--- + +Fix to remove debug log of token diff --git a/plugins/nomad-backend/src/service/router.ts b/plugins/nomad-backend/src/service/router.ts index f9355b27d0..d6b5aa1fc6 100644 --- a/plugins/nomad-backend/src/service/router.ts +++ b/plugins/nomad-backend/src/service/router.ts @@ -92,8 +92,6 @@ export async function createRouter( // Get job ID const jobID = (req.params.job_id as string) ?? ''; - logger.info(`token: ${token}`); - // Issue the request const apiResp = await fetch( `${addr}/v1/job/${jobID}/versions?namespace=${encodeURIComponent(