diff --git a/apps/client/src/services/css_class_manager.ts b/apps/client/src/services/css_class_manager.ts index 748b7a01d..c2ddbc833 100644 --- a/apps/client/src/services/css_class_manager.ts +++ b/apps/client/src/services/css_class_manager.ts @@ -48,7 +48,7 @@ function parseColor(color: string) { // Parse the given color in the CIELAB color space return Color(color); } catch (ex) { - console.error(`Failed to parse color: "${color}"`, ex); + console.error(ex); } }