0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

🔥 Remove unused line of code on gulpfile.

This commit is contained in:
Andrey Antukh 2020-04-06 14:36:57 +02:00
parent a34fb729ea
commit 78d26c0617

View file

@ -126,7 +126,6 @@ function templatePipeline(options) {
const ts = Math.floor(new Date()); const ts = Math.floor(new Date());
const locales = readLocales(); const locales = readLocales();
// const icons = readSvgSprite();
const config = readConfig(); const config = readConfig();
const tmpl = mustache({ const tmpl = mustache({