mirror of https://github.com/xwiki-labs/cryptpad
Remove missing SSO config log
This commit is contained in:
parent
30d956b52f
commit
4c81c95a94
|
@ -50,7 +50,7 @@ config.sso = {};
|
|||
try {
|
||||
config.sso = require("../config/sso");
|
||||
} catch (e) {
|
||||
console.log("SSO config not found");
|
||||
//console.log("SSO config not found");
|
||||
}
|
||||
|
||||
module.exports = config;
|
||||
|
|
Loading…
Reference in New Issue