app-studio 0.2.15 → 0.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -420,9 +420,6 @@ const ThemeProvider = _ref => {
420
420
  * @param name - Le nom de la couleur à récupérer.
421
421
  * @returns La valeur de couleur résolue ou le nom original si non trouvé.
422
422
  */
423
- console.log({
424
- mergedTheme
425
- });
426
423
  const getColor = name => {
427
424
  if (name === 'transparent') return name;
428
425
  try {