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() {