diff --git a/src/routes/applications/[id]/secrets/index.svelte b/src/routes/applications/[id]/secrets/index.svelte index 5ca2bbfcb..980e88177 100644 --- a/src/routes/applications/[id]/secrets/index.svelte +++ b/src/routes/applications/[id]/secrets/index.svelte @@ -61,9 +61,6 @@ await refreshSecrets(); toast.push('Secrets saved'); } - function asd() { - console.log(secrets); - }