Removing debug code breaking prod.

This commit is contained in:
sergiotarxz 2022-11-14 00:33:45 +01:00
parent 0e7345758d
commit 13c6eda331
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ sub _GenerateSVGPostPreview {
)->cdata($line); )->cdata($line);
$n++; $n++;
} }
path('a.svg')->spew($svg->xmlify);
return $svg->xmlify; return $svg->xmlify;
} }