Deleted the unused variable.

This commit is contained in:
yosssi 2013-10-07 22:25:56 +09:00
parent 974f00c996
commit 32381d1f2f

View File

@ -21,8 +21,6 @@ function PeerServer(options) {
util.debug = this._options.debug;
// Set up HTTPS server if key and certificate are provided.
var secure = this._options.ssl.key && this._options.ssl.certificate;
// Print warning if only one of the two is given.
if (Object.keys(this._options.ssl).length === 1) {
util.prettyError('Warning: PeerServer will not run on an HTTPS server'