Skip to content

Commit

Permalink
Remove console.log statement in ContentComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Dec 13, 2023
1 parent 0543adb commit d544f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class ContentComponent extends Component {
} else {
const item = element.draw();
item.style.gridColumn = "content";
console.log(item, item.style);
this.wrapper.append(item);
}
}
Expand Down

0 comments on commit d544f8d

Please sign in to comment.