Skip to content

Commit

Permalink
fix: removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 20, 2022
1 parent c850358 commit ce14ef3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/view/ui/Content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@
if (monster.forceColumns) {
split = temp.clientHeight / maxColumns;
console.log(
"🚀 ~ file: Content.svelte ~ line 250 ~ maxColumns",
maxColumns,
split
);
} else if (monster.columns && monster.columns > 0) {
split = Math.max(
temp.clientHeight / monster.columns,
Expand Down

0 comments on commit ce14ef3

Please sign in to comment.