Skip to content

Commit da79612

Browse files
committed
fix: remove debug logs
1 parent 218fa77 commit da79612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/utilsCommon.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ export function checkShowIf(c: AdminForthResourceColumnInputCommon, record: Reco
5252

5353
return results.every(result => result);
5454
};
55-
console.log('checkShowIf', record.name, ':', evaluatePredicate(c.showIf));
5655
return evaluatePredicate(c.showIf);
5756
}

0 commit comments

Comments
 (0)