1
0
Fork 0

fire: Removed lingering console.log statement

This commit is contained in:
Joost De Cock 2018-12-18 11:55:53 +01:00
parent dc909f387c
commit c9ec1272ff

View file

@ -12,7 +12,6 @@ export default {
hooks: { hooks: {
preRender: function(svg) { preRender: function(svg) {
if (svg.attributes.get("freesewing:plugin-theme") === false) { if (svg.attributes.get("freesewing:plugin-theme") === false) {
console.log("theme prerender hook", svg);
svg.defs += notch; svg.defs += notch;
svg.style += draftCss; svg.style += draftCss;
if (svg.pattern.is === "sample") svg.style += sampleCss; if (svg.pattern.is === "sample") svg.style += sampleCss;