Skip to content

Commit

Permalink
style: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-may committed Sep 24, 2023
1 parent 229bff4 commit 21f0773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/projector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class Projector {
}

#warpField(objectMode: ObjectMode, children: string, name: string, type: string) {
console.log(objectMode, name);
if (objectMode === "wraped") {
return `_type == '${name}' => {\n
${children}
Expand Down

0 comments on commit 21f0773

Please sign in to comment.