remove debug stuff

This commit is contained in:
aritas1 2012-02-14 19:52:52 +04:00
parent 5f5a909420
commit e60bdf4133
2 changed files with 1 additions and 2 deletions

View file

@ -354,7 +354,6 @@ Pad.prototype.init = function init(text, callback) {
if(_this.id.indexOf("$")==-1)
{
groupID = "g.defaultGroupName";
console.log(groupManager);
groupManager.doesGroupExist(groupID, function(err, exists)
{
if(!exists)