mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
EC-868 clear console logging (#2265)
This commit is contained in:
committed by
GitHub
parent
cbccd10271
commit
1cdba5f73d
@@ -1,6 +1,7 @@
|
||||
using Bit.App.Utilities;
|
||||
using Foundation;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using UIKit;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Platform.iOS;
|
||||
@@ -110,7 +111,7 @@ namespace Bit.iOS.Core.Views
|
||||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine("Toast needs a keyWindows to display.");
|
||||
Debug.WriteLine("Toast needs a keyWindows to display.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user