diff --git a/js/glowingbear.js b/js/glowingbear.js index 0dfe2e1..5316ce8 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1272,8 +1272,6 @@ weechat.directive('inputBar', function() { // Send the message to the websocket $scope.sendMessage = function() { - - var input = $scope.getInputNode(); var ab = models.getActiveBuffer(); // It's undefined early in the lifecycle of the program.