Skip to content

Commit

Permalink
Merge pull request #3 from Noobware1/patch-1
Browse files Browse the repository at this point in the history
removed print
  • Loading branch information
Noobware1 committed Feb 15, 2024
2 parents 2af7cf6 + a6834d6 commit 2d22a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/eval/compiler/variable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class Variable {
} else if (type.isAssignableTo(ctx, CoreTypes.bool.ref(ctx),
forceAllowDynamic: false) &&
supportedBoolIntrinsicOps.contains(method)) {
print(this);
$this = unboxIfNeeded(ctx);
ctx.pushOp(LogicalNot.make($this.scopeFrameOffset), LogicalNot.LEN);
var result =
Expand Down

0 comments on commit 2d22a50

Please sign in to comment.