diff --git a/code/panes.js b/code/panes.js index 34ba8f95..5b74fd17 100644 --- a/code/panes.js +++ b/code/panes.js @@ -11,9 +11,6 @@ window.show = function(id) { case 'alerts': window.chat.show(id); break; - case 'alerts': - window.chat.show('alerts'); - break; case 'debug': window.debug.console.show(); break;