remove console warn
This commit is contained in:
parent
bcf9c23b4e
commit
28f6d50011
|
@ -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 New Issue