mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
add comment and remove debug
This commit is contained in:
parent
146ccc126b
commit
2466e65212
1 changed files with 1 additions and 4 deletions
|
@ -350,10 +350,7 @@ Pad.prototype.init = function init(text, callback) {
|
|||
{
|
||||
var firstChangeset = Changeset.makeSplice("\n", 0, 0, exports.cleanText(text));
|
||||
|
||||
console.log(_this);
|
||||
console.log(this);
|
||||
console.log(_this.id);
|
||||
|
||||
// if this is a non group pad, add this to the defaultGroup
|
||||
if(_this.id.indexOf("$")==-1)
|
||||
{
|
||||
groupID = "g.defaultGroupName";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue