Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Jan 24, 2022
1 parent fc01f90 commit 0609978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/progress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function removeEmptyValues(obj: Record<string, any>): Record<string, any> {
function getTree(tree: TocItem[], lvl: number = 0): TocItem[] {
if (lvl === Number(level)) {
console.log(tree);
return tree;
}
return tree.reduce((acc, item) => {
Expand Down

0 comments on commit 0609978

Please sign in to comment.