Skip to content

Commit

Permalink
fix: Unnecessary comments deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 28, 2024
1 parent 56fc62f commit 5d2aea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/masamune_builder/lib/value/parameter_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class ParamaterValue {
? ReferenceValueType.map
: ReferenceValueType.single,
);
print(reference);
} else {
reference = null;
}
Expand Down

0 comments on commit 5d2aea3

Please sign in to comment.