Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnyama committed Dec 5, 2024
1 parent 15446a3 commit 53d2b6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ watch(
() => props.rawContent,
async () => {
await nextTick();
console.log('rawContent', props.rawContent);
headerStats.value =
props.rawContent.stats?.map((stat) => ({
minValue: roundStat(stat.minValue),
Expand Down

0 comments on commit 53d2b6c

Please sign in to comment.