From 26945c30fce04e7b6c06ddd0fb3d7ba271f43cd9 Mon Sep 17 00:00:00 2001 From: BRIAN MUENZENMEYER Date: Sun, 12 Jun 2016 06:25:02 -0500 Subject: [PATCH] remove two dead lines from gulpfile closes #42 --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 59877492..85a40531 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,8 +3,7 @@ * EDITION-NODE-GULP * The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets. ******************************************************/ -var pkg = require('./package.json'), - gulp = require('gulp'), +var gulp = require('gulp'), path = require('path'), browserSync = require('browser-sync').create(), argv = require('minimist')(process.argv.slice(2));; @@ -35,7 +34,6 @@ gulp.task('patternlab:version', function (done) { }); gulp.task('patternlab:help', function (done) { - console.log(getConfiguredCleanOption()); pl.help(); done(); });