Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from bensladden/svg
Browse files Browse the repository at this point in the history
remove console
  • Loading branch information
bensladden authored Nov 23, 2019
2 parents 4ec50ee + 2389458 commit 0399649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FabricSVGFromURL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {
created() {
this.fabric.loadSVGFromURL(this.url, (objs, options) => {
this.objs = objs;
console.log("objs", this.objs);
});
},
Expand Down

0 comments on commit 0399649

Please sign in to comment.