From: Darren Date: Mon, 29 Apr 2013 19:13:49 +0000 (+0100) Subject: Removed obsolete comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c80762d4a9b27f72441306f9485a9dcb4227367b;p=KiwiIRC.git Removed obsolete comment --- diff --git a/client/assets/dev/model_gateway.js b/client/assets/dev/model_gateway.js index 1ec9350..c3abe53 100644 --- a/client/assets/dev/model_gateway.js +++ b/client/assets/dev/model_gateway.js @@ -232,7 +232,6 @@ _kiwi.model.Gateway = function () { var connection; if (!err) { - // TODO: Remove this whole premature connection thing when panel code is tidied if (!_kiwi.app.connections.getByConnectionId(server_num)){ connection = new _kiwi.model.Network({connection_id: server_num}); _kiwi.app.connections.add(connection);