mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
remove debug stuff
This commit is contained in:
parent
5f5a909420
commit
e60bdf4133
2 changed files with 1 additions and 2 deletions
|
@ -469,7 +469,7 @@ listAllPads() returns a array with all pads
|
||||||
|
|
||||||
Example returns:
|
Example returns:
|
||||||
|
|
||||||
{code: 0, message:"ok", data: ["pad1", "pad2"]}
|
{code: 0, message:"ok", data: {padIDs: []}}
|
||||||
*/
|
*/
|
||||||
exports.listAllPads = function(callback)
|
exports.listAllPads = function(callback)
|
||||||
{
|
{
|
||||||
|
|
|
@ -354,7 +354,6 @@ Pad.prototype.init = function init(text, callback) {
|
||||||
if(_this.id.indexOf("$")==-1)
|
if(_this.id.indexOf("$")==-1)
|
||||||
{
|
{
|
||||||
groupID = "g.defaultGroupName";
|
groupID = "g.defaultGroupName";
|
||||||
console.log(groupManager);
|
|
||||||
groupManager.doesGroupExist(groupID, function(err, exists)
|
groupManager.doesGroupExist(groupID, function(err, exists)
|
||||||
{
|
{
|
||||||
if(!exists)
|
if(!exists)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue