Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 31, 2023
1 parent 415612b commit 21bd610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ejson/example/main.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 0 additions & 1 deletion ejson/lib/src/generator/generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class EJsonGenerator extends Generator {
),
);
return ctors.map((ctor) {
final cls = ctor.enclosingElement;
final className = ctor.enclosingElement.name;

log.info('Generating EJson for $className');
Expand Down

0 comments on commit 21bd610

Please sign in to comment.