Skip to content

Commit ea747cf

Browse files
committed
Update fastboot to from 1.0.0-rc.0 to 1.0.0-rc.2.
1 parent 5bd6c5f commit ea747cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets/lambda-package/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ exports.handler = function(event, context, callback) {
120120
return result.html()
121121
.then(function(html) {
122122

123-
console.log('INFO: html:', html);
124-
125123
// 3. Create headers object
126124
var headers = Object.assign(result.headers.headers, defaults.headers);
127125

assets/lambda-package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"fastboot": "1.0.0-rc.0",
3+
"fastboot": "1.0.0-rc.2",
44
"fs-promise": "0.5.0",
55
"mine": "0.1.0"
66
}

0 commit comments

Comments
 (0)