Skip to content

Commit 6455ff9

Browse files
committed
fix: remove varible log
1 parent 3898e43 commit 6455ff9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dashboard/src/components/EnvComponents/JWTConfiguration.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const JSTConfigurations = ({
3232
const toast = useToast();
3333

3434
const copyJSON = async () => {
35-
console.log(variables);
3635
try {
3736
await copyTextToClipboard(
3837
JSON.stringify({

0 commit comments

Comments
 (0)