Skip to content

Commit

Permalink
removed useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 26, 2024
1 parent b5091ea commit 126b9d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function WrapperTemplate({
} else {
ret = 'null';
}
console.log(Object.keys(parseSection));
} catch {
ret = 'null';
}
Expand Down

0 comments on commit 126b9d6

Please sign in to comment.