From 7139e4511b39baa151060958b061e5d2466a42ed Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 8 Mar 2021 17:34:00 +0100 Subject: [PATCH] Remove unused DEFAULT_NETWORK constant --- components/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/app.js b/components/app.js index c0280a8..2f20fc0 100644 --- a/components/app.js +++ b/components/app.js @@ -18,8 +18,6 @@ import { setup as setupKeybindings } from "../keybindings.js"; const CHATHISTORY_MAX_SIZE = 4000; -const DEFAULT_NETWORK = "network"; // TODO: remove this global - var messagesCount = 0; function parseQueryString() {