prints
This commit is contained in:
@@ -275,9 +275,11 @@ class ShiftsRepositoryImpl implements ShiftsRepositoryInterface {
|
||||
final endDt = _toDateTime(sr.endTime);
|
||||
final createdDt = _toDateTime(sr.createdAt);
|
||||
print(
|
||||
'FindShifts local: shiftId=${sr.shiftId} roleId=${sr.roleId} '
|
||||
'start=${startDt?.toIso8601String()} end=${endDt?.toIso8601String()} '
|
||||
'shiftDate=${shiftDate?.toIso8601String()}',
|
||||
'FindShifts mapped: shiftId=${sr.shiftId} '
|
||||
'origStart=${sr.startTime?.toJson()} '
|
||||
'origEnd=${sr.endTime?.toJson()} '
|
||||
'mappedStart=${startDt != null ? DateFormat('HH:mm').format(startDt) : ''} '
|
||||
'mappedEnd=${endDt != null ? DateFormat('HH:mm').format(endDt) : ''}',
|
||||
);
|
||||
mappedShifts.add(
|
||||
Shift(
|
||||
|
||||
Reference in New Issue
Block a user