fire: Removed lingering console.log statement
This commit is contained in:
parent
dc909f387c
commit
c9ec1272ff
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ export default {
|
|||
hooks: {
|
||||
preRender: function(svg) {
|
||||
if (svg.attributes.get("freesewing:plugin-theme") === false) {
|
||||
console.log("theme prerender hook", svg);
|
||||
svg.defs += notch;
|
||||
svg.style += draftCss;
|
||||
if (svg.pattern.is === "sample") svg.style += sampleCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue