Removed Debug Code

This commit is contained in:
Peter 'Pita' Martischka 2011-05-16 19:01:19 +01:00
parent 18d598fcd4
commit 73efbf216d
1 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ exports.getPad = function(id, createIfNotExist)
{
pad = new Pad(id);
globalPads[id] = pad;
console.log(pad);
}
if(!pad) return null;
@ -59,4 +58,4 @@ exports.ensurePadExists = function(id)
{
exports.getPad(id, true);
}
}
}