* packages.config:

* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update QControlKit

* QBrowserPage.xaml.cs:
* QCueViewModel.cs:
* QWorkspacePage.xaml.cs:
* QBrowserViewModel.cs: Logging cleanup
This commit is contained in:
2021-02-13 14:49:34 -05:00
parent 6debd99655
commit 6e52a67726
9 changed files with 11 additions and 13 deletions
@@ -68,7 +68,6 @@ namespace qController.Pages
{
if (resp.Ok)
{
Console.WriteLine($"Passcode is null: {resp.Value == null}");
await Navigation.PushAsync(new QWorkspacePage(selectedWorkspace, resp.Value));
}
}