Skip to content

Commit 076f35e

Browse files
committed
Removed stray debugger statements
1 parent 6ce7f9b commit 076f35e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module.exports = {
3838
requiredConfig: ['accessKeyId', 'secretAccessKey', 'bucket'],
3939

4040
upload: function(context) {
41-
debugger;
4241
var self = this;
4342

4443
var filePattern = this.readConfig('filePattern');

tests/unit/index-nodetest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ describe('s3 plugin', function() {
230230
context.uploadClient = null;
231231
context.s3Client = {
232232
putObject: function(params, cb) {
233-
debugger;
234233
if (params.Key === 'app.css') {
235234
assert.equal(params.ContentEncoding, 'gzip');
236235
assertionCount++;

0 commit comments

Comments
 (0)