Remove console.log

This commit is contained in:
Rhythm Bhiwani
2024-03-11 15:42:18 +05:30
committed by GitHub
parent 56bf82e4f6
commit e527d99654

View File

@@ -67,7 +67,6 @@ export const SecretMainPage = () => {
// env slug
const environment = router.query.env as string;
const workspaceId = currentWorkspace?.id || "";
console.log("currentWorkspace", currentWorkspace, environment);
const secretPath = (router.query.secretPath as string) || "/";
const canReadSecret = permission.can(
ProjectPermissionActions.Read,