Browse Source

Removed debug.

pull/100/head
Simon Eisenmann 12 years ago
parent
commit
e72bf632e5
  1. 2
      static/js/services/buddysession.js

2
static/js/services/buddysession.js

@ -176,7 +176,7 @@ define(["underscore"], function(_) {
} }
this.add(id, s); this.add(id, s);
}, this)); }, this));
console.log("Merged sessions", this, otherSession); //console.log("Merged sessions", this, otherSession);
}; };
return { return {

Loading…
Cancel
Save