From 1d6f44ceddfbd1688f2265f21b983b89a0d89a90 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 22 Oct 2013 16:09:22 +0200 Subject: [PATCH] Add a TODO for future --- js/websockets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/websockets.js b/js/websockets.js index 4f589bb..a5dd44c 100644 --- a/js/websockets.js +++ b/js/websockets.js @@ -293,7 +293,7 @@ weechat.factory('connection', ['$q', '$rootScope', '$log', '$store', 'handlers', } var disconnect = function() { - console.log(this.websocket); + /* TODO: Send protocol disconnect */ this.websocket.close(); }