Skip to content

Commit

Permalink
Remove debug print (flutter#26051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatb authored May 10, 2021
1 parent b215487 commit fe125bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/web_ui/lib/src/engine/html/shaders/shader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class GradientLinear extends EngineGradient {
matrix4.transformedX + centerX - offsetX,
matrix4.transformedY + centerY - offsetY);
} else {
print('matrix is null');
gradient = ctx!.createLinearGradient(from.dx - offsetX, from.dy - offsetY,
to.dx - offsetX, to.dy - offsetY);
}
Expand Down

0 comments on commit fe125bd

Please sign in to comment.