add comment and remove debug

This commit is contained in:
aritas1 2012-02-14 18:53:22 +04:00
parent 146ccc126b
commit 2466e65212

View file

@ -350,10 +350,7 @@ Pad.prototype.init = function init(text, callback) {
{ {
var firstChangeset = Changeset.makeSplice("\n", 0, 0, exports.cleanText(text)); var firstChangeset = Changeset.makeSplice("\n", 0, 0, exports.cleanText(text));
console.log(_this); // if this is a non group pad, add this to the defaultGroup
console.log(this);
console.log(_this.id);
if(_this.id.indexOf("$")==-1) if(_this.id.indexOf("$")==-1)
{ {
groupID = "g.defaultGroupName"; groupID = "g.defaultGroupName";