fix(creator): remove console.log

This commit is contained in:
2025-04-25 01:57:09 -04:00
parent e018dbad8a
commit 2c09be4465

View File

@@ -344,8 +344,6 @@ async function saveChanges() {
await fetchAlbumData();
}
console.log("Données sauvegardées :", presentationResponse.data);
isEditMode.value = false;
} catch (error) {