mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
removed console.log of transport protocols
This commit is contained in:
parent
5a4c8e2a4a
commit
05e8c74307
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ exports.reloadSettings = function reloadSettings() {
|
||||||
if(exports.dbType === "dirty"){
|
if(exports.dbType === "dirty"){
|
||||||
console.warn("DirtyDB is used. This is fine for testing but not recommended for production.")
|
console.warn("DirtyDB is used. This is fine for testing but not recommended for production.")
|
||||||
}
|
}
|
||||||
console.debug("socket.io uses "+exports.socketTransportProtocols);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// initially load settings
|
// initially load settings
|
||||||
|
|
Loading…
Reference in a new issue