mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
removed console log
This commit is contained in:
parent
105834ae27
commit
4e0745c146
@ -64,7 +64,6 @@ export const logic: ActionFunction = html => {
|
|||||||
return {
|
return {
|
||||||
parts: [(data: any) => {
|
parts: [(data: any) => {
|
||||||
const ret: any = getFromObject(data, current.variable)
|
const ret: any = getFromObject(data, current.variable)
|
||||||
console.log('IF', typeof ret, ret)
|
|
||||||
let isTrue: boolean = ret !== undefined && ret !== false && ret !== null && ret !== ''
|
let isTrue: boolean = ret !== undefined && ret !== false && ret !== null && ret !== ''
|
||||||
if (current.inverted) isTrue = !isTrue
|
if (current.inverted) isTrue = !isTrue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user