diff --git a/src/actions.ts b/src/actions.ts index 0df7d7f..ba72c37 100644 --- a/src/actions.ts +++ b/src/actions.ts @@ -64,7 +64,6 @@ export const logic: ActionFunction = html => { return { parts: [(data: any) => { const ret: any = getFromObject(data, current.variable) - console.log('IF', typeof ret, ret) let isTrue: boolean = ret !== undefined && ret !== false && ret !== null && ret !== '' if (current.inverted) isTrue = !isTrue