mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
PadMessageHandler.js: removed redundant return statement
This commit is contained in:
parent
46fdeb8dc4
commit
791012bb9b
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ function handleSuggestUserName(client, message)
|
|||
var session = sessioninfos[client.id];
|
||||
if(session && session.author == message.data.payload.unnamedId) {
|
||||
client.json.send(message);
|
||||
return;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue