tidy(ui): remove errant console.log

This commit is contained in:
psychedelicious 2024-04-18 16:36:54 +10:00 committed by Kent Keirsey
parent f2dde9a035
commit 81f29b9624

View File

@ -135,7 +135,6 @@ export const renderLayers = (
for (const konvaLayer of stage.find<Konva.Layer>(`.${REGIONAL_PROMPT_LAYER_NAME}`)) {
if (!reduxLayerIds.includes(konvaLayer.id())) {
konvaLayer.destroy();
console.log(`Destroyed layer ${konvaLayer.id()}`);
}
}