remove console warn

This commit is contained in:
John McLear 2013-02-10 22:14:05 +00:00
parent bcf9c23b4e
commit 28f6d50011
1 changed files with 0 additions and 1 deletions

View File

@ -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);
});