From e72bf632e5cf7f8fd67de48956c96a64aa807102 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 29 Aug 2014 10:21:45 +0200 Subject: [PATCH] Removed debug. --- static/js/services/buddysession.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/services/buddysession.js b/static/js/services/buddysession.js index 2a9c89d9..a903e3e3 100644 --- a/static/js/services/buddysession.js +++ b/static/js/services/buddysession.js @@ -176,7 +176,7 @@ define(["underscore"], function(_) { } this.add(id, s); }, this)); - console.log("Merged sessions", this, otherSession); + //console.log("Merged sessions", this, otherSession); }; return {