mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update src/node/db/AuthorManager.js
This commit is contained in:
parent
890dbfde95
commit
3cbd59c769
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ exports.getAuthorName = function (authorID, callback)
|
|||
console.log(authorID);
|
||||
db.getSub("globalAuthor:" + authorID, ["name"], function(err, authorName){
|
||||
if(ERR(err, callback)) return;
|
||||
console.log(authorName);
|
||||
callback(null, {authorName: authorName});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue