From 09798fed535ba1569805eac18a695cf2ad60a2d3 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 25 Oct 2013 12:51:54 +0200 Subject: [PATCH] Remove old code --- js/websockets.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/js/websockets.js b/js/websockets.js index 3531878..b14898f 100644 --- a/js/websockets.js +++ b/js/websockets.js @@ -365,12 +365,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', // the user switches a buffer. This will ensure that notifications // are cleared in the buffer the user switches to if($scope.hotlistsync && ab.fullName) { - /* - doSend(weeChat.Protocol.formatInput({ - buffer: 'weechat', - data: '/buffer ' + ab.fullName - })); - */ connection.sendCoreCommand('/buffer ' + ab.fullName); }