no need for prefix and tidy double semi

This commit is contained in:
John McLear 2013-02-13 21:53:15 +00:00
parent efce99c3a1
commit 7f09ec25a2

View file

@ -190,7 +190,7 @@ exports.reloadSettings = function reloadSettings() {
log4js.replaceConsole();
if(!exports.sessionKey){ // If the secretKey isn't set we also create yet another unique value here
exports.sessionKey = "__bad__"+randomString(32);;
exports.sessionKey = randomString(32);
console.warn("You need to set a sessionKey value in settings.json, this will allow your users to reconnect to your Etherpad Instance if your instance restarts");
}