mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 06:17:29 +00:00
removed console log
This commit is contained in:
parent
105834ae27
commit
4e0745c146
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user