Skip to content

Commit 7acf778

Browse files
remove log
1 parent e8a8c13 commit 7acf778

File tree

1 file changed

+0
-7
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/lib

1 file changed

+0
-7
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/lib/vault.client.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,6 @@ export async function createManagementAccessToken(props: {
289289
});
290290
if (res.success) {
291291
const data = res.data;
292-
console.log({
293-
name: "engineCloud",
294-
managementAccessToken: data.accessToken,
295-
maskedAdminKey: maskSecret(props.adminKey),
296-
rotationCode: props.rotationCode,
297-
actions: [],
298-
});
299292
// store the management access token in the project
300293
await updateProjectClient(
301294
{

0 commit comments

Comments
 (0)