Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrosner committed Nov 21, 2023
1 parent 88a5bcc commit 0c83d78
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const EnvironmentTab: FunctionComponent<EnvironmentModalProps> = ({
const selectedEnv = getEnvOrDefault(name);
const secretsKeys = selectedEnv?.secretKeys ?? [];
const selectedEnvKVs = mapEnvDataToKVRows(selectedEnv.data ?? {});
console.log({ secretsKeys });
const selectedEnvSecrets: Secret[] = secretsKeys.map((key: any) => {
return {
key,
Expand Down

0 comments on commit 0c83d78

Please sign in to comment.