fix: remove console

This commit is contained in:
alt0
2022-10-11 10:24:09 +08:00
parent 19ce4a1d56
commit db44f619f2
2 changed files with 0 additions and 3 deletions
@@ -35,8 +35,6 @@ const _getIconRenderColor = (shapes: TDShape[]) => {
export const BorderColorConfig = ({ app, shapes }: BorderColorConfigProps) => {
const setBorderColor = (color: string) => {
console.log('shapes', shapes, color);
app.style({ stroke: color }, getShapeIds(shapes));
};