Skip to content

Commit bd10060

Browse files
committed
remove extra logging
1 parent 0482d30 commit bd10060

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bin/httpsnippet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,4 @@ async.waterfall([
108108
async.each(files, iterator);
109109
}
110110
}
111-
], function (err, files, result) {
112-
console.log(result);
113-
});
111+
]);

0 commit comments

Comments
 (0)