Skip to content

Commit f14b4d8

Browse files
author
Aaron Chambers
committed
Merge pull request #4 from achambers/plugin-base-class-restructure
Removed debugger statement
2 parents 078fee1 + 28f9d2c commit f14b4d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module.exports = {
4747
},
4848
_gzipFiles: function(distDir, distFiles, filePattern) {
4949
var filesToGzip = distFiles.filter(minimatch.filter(filePattern, { matchBase: true }));
50-
debugger;
5150
return Promise.map(filesToGzip, this._gzipFileInPlace.bind(this, distDir));
5251
},
5352
_gzipFileInPlace: function(distDir, filePath) {

0 commit comments

Comments
 (0)