Removed Debug Code
parent
18d598fcd4
commit
73efbf216d
|
@ -39,7 +39,6 @@ exports.getPad = function(id, createIfNotExist)
|
|||
{
|
||||
pad = new Pad(id);
|
||||
globalPads[id] = pad;
|
||||
console.log(pad);
|
||||
}
|
||||
|
||||
if(!pad) return null;
|
||||
|
|
Loading…
Reference in New Issue