From 2466e6521213d8ed7a644e4a13dd26e1a490d783 Mon Sep 17 00:00:00 2001 From: aritas1 Date: Tue, 14 Feb 2012 18:53:22 +0400 Subject: [PATCH] add comment and remove debug --- node/db/Pad.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/node/db/Pad.js b/node/db/Pad.js index 9006a7bf9..a6e90976c 100644 --- a/node/db/Pad.js +++ b/node/db/Pad.js @@ -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";