From b22a0ece579366abf640c14812750a8b24503dd2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 6 Mar 2020 00:48:09 +0100 Subject: urgent icon --- gulpfile.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index bc6c09cf..ff3c20bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,11 +66,7 @@ gulp.task('icons-stroke', function (cb) { svgContentIcons = '', x = paddingOuter; - console.log('width', width); - strokes.forEach(function (stroke) { - console.log('stroke', stroke); - let svgFileContentStroked = svgFileContent .replace('\n${svgContentSymbols}\n${svgContentIcons}\n`; fs.writeFileSync('icons-stroke.svg', svgContent); - cb(); }); -- cgit v1.2.1