removed logs

This commit is contained in:
hannathkadher
2025-01-22 17:22:58 +04:00
parent ba7db3a5fb
commit 830725254f
3 changed files with 1 additions and 6 deletions

View File

@ -37,7 +37,6 @@ class SpaceModelManagementApi {
Future<String?> updateSpaceModel(
CreateSpaceTemplateBodyModel spaceModel, String spaceModelUuid) async {
print(spaceModel.toJson().toString());
final response = await HTTPService().put(
path: ApiEndpoints.updateSpaceModel
.replaceAll('{projectId}', TempConst.projectId).replaceAll('{spaceModelUuid}', spaceModelUuid),