fix: remove varible log
This commit is contained in:
parent
3898e43fff
commit
6455ff956a
|
@ -32,7 +32,6 @@ const JSTConfigurations = ({
|
||||||
const toast = useToast();
|
const toast = useToast();
|
||||||
|
|
||||||
const copyJSON = async () => {
|
const copyJSON = async () => {
|
||||||
console.log(variables);
|
|
||||||
try {
|
try {
|
||||||
await copyTextToClipboard(
|
await copyTextToClipboard(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user