From cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad Mon Sep 17 00:00:00 2001 From: iv-ar Date: Sat, 4 Mar 2023 16:54:16 +0100 Subject: feat: Use console to log --- code/app/src/actions/pwKey.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'code/app/src/actions/pwKey.ts') diff --git a/code/app/src/actions/pwKey.ts b/code/app/src/actions/pwKey.ts index cf85685..e8f615c 100644 --- a/code/app/src/actions/pwKey.ts +++ b/code/app/src/actions/pwKey.ts @@ -1,7 +1,4 @@ -import { is_testing } from "$configuration"; - export default function pwKey(node: HTMLElement, value: string | undefined) { if (!value) return; - if (!is_testing()) return; node.setAttribute("pw-key", value); } \ No newline at end of file -- cgit v1.3