Skip to content

Commit

Permalink
fix: do not log when using generator and native loop/conditionals (#1601
Browse files Browse the repository at this point in the history
)
  • Loading branch information
liamdebeasi authored Oct 23, 2024
1 parent b9af061 commit bc55fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/generators/mitosis/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const blockToMitosis = (
.join('\n')}
${needsWrapper ? '</>' : ''}
))${insideJsx ? '}' : ''}`;
console.log(a);
return a;
}
return `<For each={${json.bindings.each?.code}}>
Expand Down

0 comments on commit bc55fca

Please sign in to comment.