diff --git a/node/PadManager.js b/node/PadManager.js index 3b257f256..a44b58d9b 100644 --- a/node/PadManager.js +++ b/node/PadManager.js @@ -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); } -} \ No newline at end of file +}