From 39e77a80e9903a1202c987f1dd5ce201f324c19b Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Tue, 24 May 2022 15:27:21 +0200 Subject: [PATCH] Remove URL --- mattermost.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/mattermost.el b/mattermost.el index b8d61cd..b8895c5 100644 --- a/mattermost.el +++ b/mattermost.el @@ -30,8 +30,6 @@ (defvar mattermost-user-id nil "The ID of the authenticated user") -(setq mattermost-server-url "https://chat.ctrlz.es") - ;; ToDo: probably not the best way to get a keyword from a string (defun mattermost-string->keyword (str) "Returns a keyword from a string"