mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
lazydeveloper: remove console log
This commit is contained in:
parent
e18b9d1844
commit
bca60c8b17
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ function init() {
|
|||
|
||||
// route the incoming messages
|
||||
socket.on('message', (message) => {
|
||||
console.log(message.type);
|
||||
if (message.type == 'CLIENT_VARS') {
|
||||
handleClientVars(message);
|
||||
} else if (message.accessStatus) {
|
||||
|
|
Loading…
Reference in a new issue