remove console.image

This commit is contained in:
thfrei 2020-11-09 23:28:31 +01:00 committed by Tom
parent 22363f5b74
commit 93e485cea9

View File

@ -114,7 +114,7 @@ const EraserBrushFactory = (fabric) => {
const fabricImage = await fabricImageFromURLPromise(erasedGroupDataURL);
// TODO: If complete path was erased, remove canvas object completely! Right now, an empty image is added
console.log(eraserPath, erasedGroup, 'fabricimage', fabricImage);
console.image(erasedGroupDataURL);
// console.image(erasedGroupDataURL);
fabricImage.set({
left: erasedGroup.left,
top: erasedGroup.top,