Remove unused DEFAULT_NETWORK constant

This commit is contained in:
Simon Ser 2021-03-08 17:34:00 +01:00
parent ed5a771ea0
commit 7139e4511b

View File

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