From f0fb9a9a73fced8523036ea91ff6bd2d06b7f0ff Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 22 Sep 2014 13:27:29 +0000 Subject: [PATCH] Remove debug stuff --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f5118fe..158dd0d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -56,7 +56,6 @@ var getSources = function() { {base: './'} ) .pipe(rename(function(path) { - console.log(path.dirname); path.dirname = 'Mibew/Mibew/Plugin/Emoji/' + path.dirname; })); }