remove debugging check

This commit is contained in:
Frede Hundewadt 2022-12-07 16:34:19 +01:00
parent ecd1b61c88
commit 8485b17c26

View file

@ -128,12 +128,12 @@ public partial class CrmReportNewPage : IDisposable
Working = true; Working = true;
var result = await CrmReportRepo.PostReport($"{_workDate:yyyy-MM-dd}", Report); var result = await CrmReportRepo.PostReport($"{_workDate:yyyy-MM-dd}", Report);
if (!result.IsSuccess) // if (!result.IsSuccess)
{ // {
Working = false; // Working = false;
Toaster.ShowError($"{result.Message}", $"HTTP Status {result.Code}"); // Toaster.ShowError($"{result.Message}", $"HTTP Status {result.Code}");
return; // return;
} // }
// reset km and date confirmation // reset km and date confirmation
await PrefService.SetKmMorning(0); await PrefService.SetKmMorning(0);