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

Commit 6f57600

Browse files
authored
Merge pull request #1293 from qwu16/qwu16-snyk
Upgrade dependency in cascading sample
2 parents 25b69c6 + 7d6167d commit 6f57600

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)