Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Oct 2, 2024
1 parent 12a9210 commit 1c649c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/getDeepComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ async function deepAdd(components, set) {
const values = Array.isArray(components) ? components : Object.values(components);

return Promise.all(values.map(async definition => {
console.log('definition', definition);
let def = definition;
// import dynamic component
if (typeof definition === 'function') {
Expand Down

0 comments on commit 1c649c7

Please sign in to comment.