remove logs

This commit is contained in:
2026-04-28 12:36:51 +04:00
parent f781d52d1f
commit 3ab054bee3
2 changed files with 0 additions and 2 deletions
@@ -166,7 +166,6 @@ module.exports = {
artistesIds = data.artistes.connect.map(a => a.id)
artistes = await jwennAwtisEpiId(artistesIds)
console.log('artistes', artistes);
}
data.slug = getSlug(artistes, data.titre)
-1
View File
@@ -35,7 +35,6 @@ class Translator {
return result.data
} catch (error) {
console.error('DeepL error:', error?.response?.data || error);
console.log('error', error)
}
}
}