Skip to content

Commit

Permalink
chore: Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Sep 21, 2024
1 parent 5eb83d7 commit c8f0062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/UIElement.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ internal void ArrangeVisual(Rect finalRect, Rect? clippedFrame = default)
try
{
_isInArrangeVisualLayout = true;
global::System.Diagnostics.Debug.WriteLine($"Logical rect of {this.GetDebugName()}: {finalRect}, physical: {physical}");
this.Layout(
(int)physical.Left,
(int)physical.Top,
Expand Down

0 comments on commit c8f0062

Please sign in to comment.