Remove debug stuff

This commit is contained in:
Dmitriy Simushev 2014-09-22 13:27:29 +00:00
parent da1e7b2352
commit f0fb9a9a73

View File

@ -56,7 +56,6 @@ var getSources = function() {
{base: './'} {base: './'}
) )
.pipe(rename(function(path) { .pipe(rename(function(path) {
console.log(path.dirname);
path.dirname = 'Mibew/Mibew/Plugin/Emoji/' + path.dirname; path.dirname = 'Mibew/Mibew/Plugin/Emoji/' + path.dirname;
})); }));
} }