We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024eab commit 530319dCopy full SHA for 530319d
src/components/Jazzicon.vue
@@ -94,7 +94,6 @@ export default {
94
var elements = this.newPaper(diameter, this.genColor(remainingColors));
95
var container = elements.container;
96
var svg = document.createElementNS(this.svgns, 'svg');
97
- console.log(svg);
98
svg.setAttributeNS(null, 'x', '0');
99
svg.setAttributeNS(null, 'y', '0');
100
svg.setAttributeNS(null, 'width', diameter);
0 commit comments