mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Removed Debug Code
This commit is contained in:
parent
18d598fcd4
commit
73efbf216d
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ exports.getPad = function(id, createIfNotExist)
|
||||||
{
|
{
|
||||||
pad = new Pad(id);
|
pad = new Pad(id);
|
||||||
globalPads[id] = pad;
|
globalPads[id] = pad;
|
||||||
console.log(pad);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!pad) return null;
|
if(!pad) return null;
|
||||||
|
|
Loading…
Reference in a new issue