mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
remove console warn
This commit is contained in:
parent
bcf9c23b4e
commit
28f6d50011
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ exports.getPad = function(id, text, callback)
|
|||
pad.init(text, function(err)
|
||||
{
|
||||
if(ERR(err, callback)) return;
|
||||
console.warn(pad);
|
||||
globalPads.set(id, pad);
|
||||
callback(null, pad);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue