remove logs
This commit is contained in:
@@ -166,7 +166,6 @@ module.exports = {
|
|||||||
|
|
||||||
artistesIds = data.artistes.connect.map(a => a.id)
|
artistesIds = data.artistes.connect.map(a => a.id)
|
||||||
artistes = await jwennAwtisEpiId(artistesIds)
|
artistes = await jwennAwtisEpiId(artistesIds)
|
||||||
console.log('artistes', artistes);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
data.slug = getSlug(artistes, data.titre)
|
data.slug = getSlug(artistes, data.titre)
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ class Translator {
|
|||||||
return result.data
|
return result.data
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('DeepL error:', error?.response?.data || error);
|
console.error('DeepL error:', error?.response?.data || error);
|
||||||
console.log('error', error)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user