Skip to content

Commit 8b3b134

Browse files
committed
chore: remove comments
1 parent e1ea106 commit 8b3b134

File tree

1 file changed

+0
-2
lines changed
  • src/app/shared/components/template/processors

1 file changed

+0
-2
lines changed

src/app/shared/components/template/processors/item.ts

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export class ItemProcessor {
5050
_last: _index === lastItemIndex,
5151
},
5252
};
53-
console.log("first:", evalContext.itemContext._first);
54-
console.log("last:", evalContext.itemContext._last);
5553
for (const r of templateRows) {
5654
const itemRow = this.setRecursiveRowEvalContext(r, evalContext);
5755
loopItemRows.push(itemRow);

0 commit comments

Comments
 (0)