remove warning

This commit is contained in:
Cory LaViska
2024-04-29 11:25:10 -04:00
parent 2a25d2aa6f
commit ef8d22d3bd

View File

@@ -1009,7 +1009,6 @@ export default class WaColorPicker extends WebAwesomeElement implements WebAweso
// If we can't parse it, skip it
if (!parsedColor) {
console.error(`Unable to parse swatch color: "${swatch}"`, this);
return '';
}