Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 7d6167d

Browse files
committed
Upgrade body-parser version to 1.20
1 parent 989cdd1 commit 7d6167d

File tree

3 files changed

+6
-708
lines changed

3 files changed

+6
-708
lines changed

source/cascading_sample/cloud_service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ spdy.createServer({
414414
var cipher = require('./cipher');
415415
cipher.unlock(cipher.k, 'cert/.owt.keystore', function cb(err, passphrase) {
416416
if (!err) {
417-
console.log("certificate passphrase:", passphrase);
418417
spdy.createServer({
419418
pfx: fs.readFileSync('cert/certificate.pfx'),
420419
passphrase: passphrase
@@ -429,4 +428,4 @@ cipher.unlock(cipher.k, 'cert/.owt.keystore', function cb(err, passphrase) {
429428
console.error('Failed to setup secured server:', err);
430429
return process.exit();
431430
}
432-
});
431+
});

0 commit comments

Comments
 (0)