mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Remove debug print statement from BookableSpacesService response handling
This commit is contained in:
@ -28,7 +28,6 @@ class BookableSpacesService implements BookingSystemService {
|
|||||||
if (search.isNotEmpty && search != 'null') 'search': search,
|
if (search.isNotEmpty && search != 'null') 'search': search,
|
||||||
},
|
},
|
||||||
expectedResponseModel: (json) {
|
expectedResponseModel: (json) {
|
||||||
print('Response JSON: $json');
|
|
||||||
return PaginatedBookableSpaces.fromJson(
|
return PaginatedBookableSpaces.fromJson(
|
||||||
json as Map<String, dynamic>,
|
json as Map<String, dynamic>,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user