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; })); }