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.
@@ -419,9 +419,6 @@
419
419
  * @param name - Le nom de la couleur à récupérer.
420
420
  * @returns La valeur de couleur résolue ou le nom original si non trouvé.
421
421
  */
422
- console.log({
423
- mergedTheme
424
- });
425
422
  const getColor = name => {
426
423
  if (name === 'transparent') return name;
427
424
  try {