Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Sep 29, 2024
1 parent 8df1730 commit 90401c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth/src/utils/rbac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ const getDeploymentScopes = async (id: string) => {
};

const getDeploymentVariableScopes = async (id: string) => {
console.log("getDeploymentVariableScopes", id);
const result = await db
.select()
.from(workspace)
Expand Down

0 comments on commit 90401c3

Please sign in to comment.