Skip to content

Commit f4a73ca

Browse files
remove erroneous console warning
1 parent 425119d commit f4a73ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/util/bitmapToMaskObjects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function maskObjectsToBitmap(
226226
if ('image_name' in obj.image) {
227227
// This would need proper image loading from the server
228228
// For now, we'll skip image objects in the mask conversion
229-
console.warn('Image objects with image_name are not supported in mask conversion');
229+
// Image objects are not supported in this simple mask conversion
230230
} else {
231231
// Data URL image
232232
img.src = obj.image.dataURL;

0 commit comments

Comments
 (0)