Skip to content

Commit

Permalink
Merge pull request #256 from myposter-de/feature/fix-console-log
Browse files Browse the repository at this point in the history
remove console.log
  • Loading branch information
lavrton authored Dec 10, 2024
2 parents dd1a358 + 084963e commit fd60646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ export default defineComponent({
getNode,
});

console.log(attrs);

// Loop order test appears to be problem with an empty v-for on layer objects
// - When the second item is added to the list we get a Vue internals bug.
// - Possibly related to https://github.com/vuejs/vue-next/issues/2715
Expand Down

0 comments on commit fd60646

Please sign in to comment.