mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +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,
|
||||
},
|
||||
expectedResponseModel: (json) {
|
||||
print('Response JSON: $json');
|
||||
return PaginatedBookableSpaces.fromJson(
|
||||
json as Map<String, dynamic>,
|
||||
);
|
||||
|
Reference in New Issue
Block a user