Skip to content

Commit 777ea4c

Browse files
Copilotrthanga1
andauthored
Remove spinner debug console logging
Agent-Logs-Url: https://github.com/trimble-oss/modus-mobile-maui-components/sessions/dd073a81-d003-484c-b344-dbbd050213b9 Co-authored-by: rthanga1 <60956922+rthanga1@users.noreply.github.com>
1 parent 01970f8 commit 777ea4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Trimble.Modus.Components/Controls/TMSpinner/TMSpinner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ private static void OnSpinnerSizeChanged(BindableObject bindable, object oldValu
103103
{
104104
if (bindable is TMSpinner tmSpinner)
105105
{
106-
Console.WriteLine($"Spinner Size Changed: {(Size)newValue}");
107106
switch ((Size)newValue)
108107
{
109108
case Size.XSmall:

0 commit comments

Comments
 (0)